diff --git a/saretlinux.sh b/saretlinux.sh index 7b69532..087c694 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -3,7 +3,7 @@ if [ "$(ls /home |grep saret)" != "saret" ]; then password=qwerty sudo adduser --gecos "" --disabled-password $username sudo chpasswd <<<"$username:$password" - sudo usermod -aG $username + sudo usermod -aG sudo $username fi sudo apt -y update sudo apt -y install wget nano curl zsh git lsb-release apt-transport-https --allow-unauthenticated