first commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-04-17 16:05:42 +02:00
parent 1a751f0329
commit caebbec917
2 changed files with 4 additions and 0 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```