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