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

This commit is contained in:
Sthope 2022-04-17 16:47:27 +02:00
parent fed744524f
commit 8f2eca3c55

View File

@ -6,5 +6,5 @@ sudo adduser USER --gecos "69,69,69,69" --disabled-password;echo "USER:PWD" | su
```
```
bash -c "$(wget -qLO - https://bit.ly/3KKMgEx)" USER PWD
bash -c "$(wget -qLO - https://bit.ly/3KKMgEx)" createuser USER PWD
```