diff --git a/MOTD/greetings.sh b/MOTD/greetings.sh new file mode 100644 index 0000000..43f6065 --- /dev/null +++ b/MOTD/greetings.sh @@ -0,0 +1,3 @@ +echo "" +echo "Welcome %name%! To run the updater enter the following to the console:" +echo "bash /opt/updater.sh"