diff --git a/docs/proxmox/LXC-Debian.md b/docs/proxmox/LXC-Debian.md index 76a0967..6f4b538 100644 --- a/docs/proxmox/LXC-Debian.md +++ b/docs/proxmox/LXC-Debian.md @@ -5,24 +5,24 @@ Open Proxmox Terminal and send: 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: ``` -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: ``` -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: ``` -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: