sudo
This commit is contained in:
@@ -3,7 +3,7 @@ if [ "$(ls /home |grep saret)" != "saret" ]; then
|
|||||||
password=qwerty
|
password=qwerty
|
||||||
sudo adduser --gecos "" --disabled-password $username
|
sudo adduser --gecos "" --disabled-password $username
|
||||||
sudo chpasswd <<<"$username:$password"
|
sudo chpasswd <<<"$username:$password"
|
||||||
sudo usermod -aG $username
|
sudo usermod -aG sudo $username
|
||||||
fi
|
fi
|
||||||
sudo apt -y update
|
sudo apt -y update
|
||||||
sudo apt -y install wget nano curl zsh git lsb-release apt-transport-https --allow-unauthenticated
|
sudo apt -y install wget nano curl zsh git lsb-release apt-transport-https --allow-unauthenticated
|
||||||
|
Reference in New Issue
Block a user