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

This commit is contained in:
Sthope 2022-04-24 10:43:35 +02:00
parent cd70ac3bf3
commit 0f01bb3f69

View File

@ -5,24 +5,24 @@ Open Proxmox Terminal and send:
only Debian:
```
clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox_debian_lxc/raw/branch/main/create_container.sh)"
clear;bash -c "$(wget -qLO - https://u.sthope.dev/XDY9N)"
```
with Docker:
```
clear;bash -c "$(wget -qLO - https://github.com/Sthopeless/proxmox_with_docker/raw/main/create_container.sh)"
clear;bash -c "$(wget -qLO - https://u.sthope.dev/jvDbL)"
```
with Docker & Portainer:
```
clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox_portainer/raw/branch/master/create_container.sh)"
clear;bash -c "$(wget -qLO - https://u.sthope.dev/Lb2wz)"
```
Create new user, replace `USER` with your username and `PWD` with your password and send:
```
bash -c "$(wget -qLO - https://bit.ly/3KKMgEx)" createuser USER PWD
bash -c "$(wget -qLO - https://u.sthope.dev/rSvVw)" createuser USER PWD
```
*Sudo must be installed if you want to use sudo commands with new user, send as root: