diff --git a/01-setup-user.sh b/01-setup-user.sh index 21d684d..bcf8a0a 100755 --- a/01-setup-user.sh +++ b/01-setup-user.sh @@ -1,6 +1,5 @@ #!/bin/bash -eu # Run this as your Linux user — NOT as root - if [ "$EUID" -eq 0 ]; then echo "Please run this script as your Linux user, not as root" exit 1 @@ -34,4 +33,4 @@ echo "" echo "2) Your IPv6 status: ${IPV6_RESULT}" echo "================================================================" echo "" -echo "Once SP has whitelisted your SSH key, run install.sh" +echo "Once SP has whitelisted your SSH key, run ~/02-install.sh" \ No newline at end of file