From 77525d3c491854b384fcebddaf1fdb56726b4dea Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 22 Feb 2022 16:47:39 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.