first commit
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Sthope 2022-04-17 16:13:19 +02:00
parent 6b56d958b1
commit 53186ea677

View File

@ -1,4 +1,7 @@
Replace `USER` with your username and `PWD` with chosen password and send:
```
sudo adduser USER --gecos "69,69,69,69" --disabled-password;echo "USER:PWD" | sudo chpasswd;usermod -aG sudo USER
Replace `USER` with your username and `PWD` with chosen password and send:
```
sudo adduser USER --gecos "69,69,69,69" --disabled-password;echo "USER:PWD" | sudo chpasswd;usermod -aG sudo USER
```