From 0b434594946c2292b54295bbf25eecbed8507510 Mon Sep 17 00:00:00 2001 From: zenaku Date: Tue, 4 Aug 2026 01:51:10 +0000 Subject: [PATCH] Actualizar 01-setup-user.sh --- 01-setup-user.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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