username
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user