This commit is contained in:
Thomas Forgione 2023-02-24 11:00:48 +01:00
parent 75bd35b942
commit f8352b9f02
1 changed files with 1 additions and 1 deletions

View File

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