diff --git a/README.md b/README.md index 9d121373..b9a6f110 100644 --- a/README.md +++ b/README.md @@ -375,3 +375,22 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/debi After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the **_Memory_** and **_Cores_** settings to what you desire. Changes are immediate. + + + + +
+Base Debian 11 LXC + +

Proxmox Debian 11 LXC Container

+ +To create a new Proxmox Debian 11 (curl. sudo, auto login) LXC Container, run the following in the Proxmox web shell. + +``` +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/debian11_container.sh)" +``` +

:zap: Default Settings: 512MiB RAM - 2GB Storage - 1vCPU :zap:

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