Compare commits

..

2 Commits

Author SHA1 Message Date
borekon
a1e87d2a06 Merge branch 'master' of https://gitea.avc.cx/borekon/1st_run 2022-03-14 13:07:32 +01:00
borekon
4d62a238ff Update setup.sh 2022-03-14 13:07:11 +01:00

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