This commit is contained in:
2022-06-18 19:29:32 +03:00
parent c4ad63afbf
commit 0d2a4b8d08

View File

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