mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-14 18:59:43 +10:00
Add author message to update function
Add a message to the update function indicating the author.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user