diff --git a/bin/update b/bin/update index f889e34..39fb7b9 100755 --- a/bin/update +++ b/bin/update @@ -184,7 +184,7 @@ update-system() { if [ $? -eq 0 ]; then echo $password | sudo -Sp "" apt upgrade -y if [ $? -eq 0 ]; then - echo $password sudo -Sp "" apt autoremove -y + echo $password | sudo -Sp "" apt autoremove -y fi fi fi