diff --git a/README.md b/README.md index 198fd516..48f5d0ad 100644 --- a/README.md +++ b/README.md @@ -674,7 +674,7 @@ ________________________________________________________________________________
- Ubuntu 21.10 LXC + 🔸Ubuntu 21.10 LXC

Ubuntu

@@ -685,6 +685,12 @@ To create a new Proxmox Ubuntu 21.10 (curl. sudo, auto login) LXC Container, run ```yaml bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/ubuntu_container.sh)" ``` +To create a new Proxmox Unprivileged Ubuntu 21.10 (curl. sudo, auto login) LXC Container, run the following in the Proxmox Shell. + +```yaml +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/unprivileged-ubuntu.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.