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

This commit is contained in:
Sthope 2022-04-17 16:53:16 +02:00
parent 118425dc8d
commit dd699e5155

View File

@ -1,24 +1,28 @@
Open Proxmox Terminal and send:
</br>
</br>
only Debian:
```
clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox_debian_lxc/raw/branch/main/create_container.sh)"
```
</br>
with Docker:
```
clear;bash -c "$(wget -qLO - https://github.com/Sthopeless/proxmox_with_docker/raw/main/create_container.sh)"
```
</br>
with Docker & Portainer:
```
clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox_portainer/raw/branch/master/create_container.sh)"
```
</br>
</br>
</br>
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
```
</br>
*Sudo must be installed if you want to use sudo commands with new user, send as root:
```