7 lines
171 B
Bash
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"
|