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

This commit is contained in:
Sthope 2022-04-24 10:47:16 +02:00
parent 0f01bb3f69
commit 854f603212

View File

@ -5,24 +5,24 @@ Open Proxmox Terminal and send:
only Debian: only Debian:
``` ```
clear;bash -c "$(wget -qLO - https://u.sthope.dev/XDY9N)" clear;bash -c "$(wget -qLO - https://u.sthope.dev/only-debian)"
``` ```
with Docker: with Docker:
``` ```
clear;bash -c "$(wget -qLO - https://u.sthope.dev/jvDbL)" clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-docker)"
``` ```
with Docker & Portainer: with Docker & Portainer:
``` ```
clear;bash -c "$(wget -qLO - https://u.sthope.dev/Lb2wz)" clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-portainer)"
``` ```
Create new user, replace `USER` with your username and `PWD` with your password and send: Create new user, replace `USER` with your username and `PWD` with your password and send:
``` ```
bash -c "$(wget -qLO - https://u.sthope.dev/rSvVw)" createuser USER PWD bash -c "$(wget -qLO - https://u.sthope.dev/addUser)" createuser USER PWD
``` ```
*Sudo must be installed if you want to use sudo commands with new user, send as root: *Sudo must be installed if you want to use sudo commands with new user, send as root: