This commit is contained in:
parent
dd699e5155
commit
0ca0a2221f
@ -1,28 +1,27 @@
|
|||||||
Open Proxmox Terminal and send:
|
Open Proxmox Terminal and send:
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
only Debian:
|
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://git.sthope.dev/sthope/proxmox_debian_lxc/raw/branch/main/create_container.sh)"
|
||||||
```
|
```
|
||||||
</br>
|
|
||||||
with Docker:
|
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://github.com/Sthopeless/proxmox_with_docker/raw/main/create_container.sh)"
|
||||||
```
|
```
|
||||||
</br>
|
|
||||||
with Docker & Portainer:
|
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://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:
|
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://bit.ly/3KKMgEx)" createuser USER PWD
|
||||||
```
|
```
|
||||||
</br>
|
|
||||||
|
|
||||||
*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:
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user