Add author message to update function

Add a message to the update function indicating the author.
This commit is contained in:
alvinlollo
2026-01-29 09:48:30 +11:00
committed by GitHub
parent 4575b84f0d
commit cc0cc337f7
+1
View File
@@ -92,6 +92,7 @@ fi
update () {
echo "Update script by alvinlollo"
# Update arch based systems with yay AUR helper
if command -v pacman >/dev/null && command -v yay >/dev/null; then
echo "✅ 'pacman' and 'yay' found. Updating."