Update setup.sh

This commit is contained in:
borekon 2022-03-14 13:07:11 +01:00
parent 74d874a3b0
commit 4d62a238ff

View File

@ -19,7 +19,7 @@ ${SUDO} sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] ht
${SUDO} apt update
read -p "Create user?(y/n)? " answer
case ${answer:0:1} in
y|Y)
y|Y )
read -p "Enter username " USERNAME
${SUDO} adduser --gecos "" $USERNAME
read -p "Should I add the new user to sudo group?(y/n)? " answer