This commit is contained in:
2022-06-18 19:30:37 +03:00
parent 0d2a4b8d08
commit c1871d69db

View File

@@ -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