Update greetings.sh

Added color to highlight the users name
This commit is contained in:
Beeranco 2023-08-12 03:50:59 +02:00 committed by GitHub
parent c3faa18dbf
commit a4d2cde43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
GREEN='\033[1;32m'
WHITE='\033[1;37m'
echo ""
echo "Welcome %name%! To run the updater enter the following to the console:"
echo -e "Welcome ${GREEN}Jarno${WHITE}! To run the updater enter the following to the console:"
echo "bash /opt/updater.sh"