first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-04-17 16:13:26 +02:00
parent 53186ea677
commit 5f942a750f

View File

@ -3,5 +3,5 @@ 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
```