diff --git a/README.md b/README.md index e8e4b6a5..7602aca7 100644 --- a/README.md +++ b/README.md @@ -640,7 +640,7 @@ ________________________________________________________________________________
- Debian 11 LXC + 🔸Debian 11 LXC

Debian

@@ -651,6 +651,12 @@ To create a new Proxmox Debian 11 (curl. sudo, auto login) LXC Container, run th ```yaml bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/debian11_container.sh)" ``` +To create a new Proxmox Unprivileged Debian 11 (curl. sudo, auto login) LXC Container, run the following in the Proxmox Shell. + +```yaml +bash -c "$(wget -qLO - bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/unprivileged-debian.sh)" +``` +

âš¡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU âš¡

After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the settings to what you desire. Changes are immediate.