diff --git a/bin/update b/bin/update index 2f6dfac..e509058 100755 --- a/bin/update +++ b/bin/update @@ -192,7 +192,7 @@ update-system() { if [ -z "$password" ]; then sudo apt upgrade -y else - echo $password | sudo -S apt uprgade -y + echo $password | sudo -S apt upgrade -y fi if [ $? -eq 0 ]; then