From c1871d69dbd2dd4ee4d640a81944c7920c6da05d Mon Sep 17 00:00:00 2001 From: 1kamma Date: Sat, 18 Jun 2022 19:30:37 +0300 Subject: [PATCH] sudo --- saretlinux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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