This commit is contained in:
2022-06-18 18:32:03 +03:00
parent ec4cca6378
commit 5dace4f627

View File

@@ -1,3 +1,11 @@
if [$(ls /home |grep saret) != "saret" ]; then
sudo -s
username=saret
password=qwerty
adduser --gecos "" --disabled-password $username
chpasswd <<<"$username:$password"
exit
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
if [ "$(ls /etc/sudoers.d |grep saret)" != "saret" ]; then if [ "$(ls /etc/sudoers.d |grep saret)" != "saret" ]; then