diff --git a/saretlinux.sh b/saretlinux.sh index 905bdaa..7b69532 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -3,6 +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 fi sudo apt -y update sudo apt -y install wget nano curl zsh git lsb-release apt-transport-https --allow-unauthenticated