From 84b13ebf87dedc6fea84337a55b9ba89b271129b Mon Sep 17 00:00:00 2001 From: 1kamma Date: Sat, 18 Jun 2022 19:27:23 +0300 Subject: [PATCH] root --- saretlinux.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/saretlinux.sh b/saretlinux.sh index a39b398..9aafebb 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -1,10 +1,8 @@ if [ "$(ls /home |grep saret)" != "saret" ]; then - sudo -s username=saret password=qwerty - adduser --gecos "" --disabled-password $username + sudo adduser --gecos "" --disabled-password $username chpasswd <<<"$username:$password" - exit fi sudo apt -y update sudo apt -y install wget nano curl zsh git lsb-release apt-transport-https --allow-unauthenticated