Compare commits

..

No commits in common. "a1e87d2a06c24089f9acb27b10c0af87999c06dd" and "2f95ceb1ef5dc7f585efd1f3598208cf14096272" have entirely different histories.

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