Update server-side/step1_as_root.sh
This commit is contained in:
parent
4c80003c6a
commit
bea81cc2f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue