Update server-side/step1_as_root.sh

This commit is contained in:
Support 2025-12-20 20:07:14 +00:00
parent 4c80003c6a
commit bea81cc2f1

View file

@ -16,7 +16,7 @@ sudo apt install curl git -y
############################################################################
read -p "Enter a linux username to make: " LINUX_USERNAME
export LINUX_USERNAME=$LINUX_USERNAME
read -p "Enter a password for $LINUX_USERNAME: " LINUX_PASSWORD
read -s -p "Enter a password for $LINUX_USERNAME: " LINUX_PASSWORD
export LINUX_PASSWORD=$LINUX_PASSWORD
# setup:
useradd $LINUX_USERNAME