PiAutomation/MOTD/greetings.sh
Beeranco ad720974f7
Update greetings.sh
Fixed oopsie
2023-08-12 13:36:29 +02:00

7 lines
172 B
Bash

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