mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-25 16:22:52 +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 () {
|
update () {
|
||||||
|
|
||||||
|
echo "Update script by alvinlollo"
|
||||||
# Update arch based systems with yay AUR helper
|
# Update arch based systems with yay AUR helper
|
||||||
if command -v pacman >/dev/null && command -v yay >/dev/null; then
|
if command -v pacman >/dev/null && command -v yay >/dev/null; then
|
||||||
echo "✅ 'pacman' and 'yay' found. Updating."
|
echo "✅ 'pacman' and 'yay' found. Updating."
|
||||||
|
|||||||
Reference in New Issue
Block a user