root
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
if [ "$(ls /home |grep saret)" != "saret" ]; then
|
if [ "$(ls /home |grep saret)" != "saret" ]; then
|
||||||
sudo -s
|
|
||||||
username=saret
|
username=saret
|
||||||
password=qwerty
|
password=qwerty
|
||||||
adduser --gecos "" --disabled-password $username
|
sudo adduser --gecos "" --disabled-password $username
|
||||||
chpasswd <<<"$username:$password"
|
chpasswd <<<"$username:$password"
|
||||||
exit
|
|
||||||
fi
|
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
|
||||||
|
Reference in New Issue
Block a user