Actualizar 01-setup-user.sh

This commit is contained in:
Zenaku 2026-08-04 01:51:10 +00:00
parent cfc447467a
commit 0b43459494

View file

@ -1,6 +1,5 @@
#!/bin/bash -eu #!/bin/bash -eu
# Run this as your Linux user — NOT as root # Run this as your Linux user — NOT as root
if [ "$EUID" -eq 0 ]; then if [ "$EUID" -eq 0 ]; then
echo "Please run this script as your Linux user, not as root" echo "Please run this script as your Linux user, not as root"
exit 1 exit 1
@ -34,4 +33,4 @@ echo ""
echo "2) Your IPv6 status: ${IPV6_RESULT}" echo "2) Your IPv6 status: ${IPV6_RESULT}"
echo "================================================================" echo "================================================================"
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"