From f1bdc0404c394af62aa5df2edf47bbde8ec8c823 Mon Sep 17 00:00:00 2001 From: tteck Date: Thu, 12 Aug 2021 15:36:21 -0400 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 3e13aa57..c9627221 100644 --- a/README.md +++ b/README.md @@ -345,3 +345,22 @@ sudo systemctl start zigbee2mqtt ``` + + + + +
+Base Debian 10 LXC + +

Proxmox Debian 10 LXC Container

+ +To create a new Proxmox Debian 10 LXC Container, run the following in the Proxmox web shell. + +``` +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/debian10_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. + +