This commit is contained in:
2022-06-18 19:27:23 +03:00
parent 8ccabee489
commit 84b13ebf87

View File

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