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

This commit is contained in:
2022-04-17 16:12:23 +02:00
parent fb3a886c78
commit 3e83be659f
2 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,2 @@
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```