This commit is contained in:
Stephan Raabe
2024-05-23 14:00:01 +02:00
parent d1cdc5d648
commit 4fea3df1cd
7 changed files with 43 additions and 29 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ if gum confirm "Do you want to update your system with yay now?" ;then
yay
elif [ $? -eq 130 ]; then
exit 130
else
else
echo ":: System update skipped"
fi
echo