PiAutomation/MOTD/greetings.sh
Beeranco a4d2cde43b
Update greetings.sh
Added color to highlight the users name
2023-08-12 03:50:59 +02:00

7 lines
171 B
Bash

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