Fix check apt-based systems

This commit is contained in:
2022-11-21 16:28:52 +00:00
parent 9b76435644
commit 454400d14b

View File

@@ -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 \