Fix check apt-based systems
This commit is contained in:
@@ -13,7 +13,7 @@ then
|
|||||||
bash-completion \
|
bash-completion \
|
||||||
vim
|
vim
|
||||||
else
|
else
|
||||||
if [ $(which apt-get &>/dev/null) ]
|
if [ $(which apt-get) ]
|
||||||
then
|
then
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install \
|
sudo apt-get install \
|
||||||
|
|||||||
Reference in New Issue
Block a user