From f8352b9f02bdfc4ed87b7bfc676c37f430c6eabe Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 24 Feb 2023 11:00:48 +0100 Subject: [PATCH] Fix bug --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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