This commit is contained in:
2022-06-18 19:29:27 +03:00
parent 84b13ebf87
commit c4ad63afbf

View File

@@ -2,7 +2,7 @@ if [ "$(ls /home |grep saret)" != "saret" ]; then
username=saret
password=qwerty
sudo adduser --gecos "" --disabled-password $username
chpasswd <<<"$username:$password"
sudo chpasswd <<<"$username:$password"
fi
sudo apt -y update
sudo apt -y install wget nano curl zsh git lsb-release apt-transport-https --allow-unauthenticated