From 0d2a4b8d08dfe03707614294cc0844cbfc3cf26b Mon Sep 17 00:00:00 2001 From: 1kamma Date: Sat, 18 Jun 2022 19:29:32 +0300 Subject: [PATCH] add yser --- saretlinux.sh | 1 + 1 file changed, 1 insertion(+) 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