From 1f42d03b5e6a1b402372c0a36a492f1e3807b719 Mon Sep 17 00:00:00 2001 From: tteck Date: Mon, 27 Sep 2021 09:47:47 -0400 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index f5070c4b..4b0f23f2 100644 --- a/README.md +++ b/README.md @@ -469,3 +469,23 @@ 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. + + + + + +
+PVE7 Post Install + +

Proxmox PVE7 Post Install

+ +This script disables the Enterprise Repo and Enables the No Subscription Repo, run the following in the Proxmox web shell. + +``` +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/post_install.sh)" +``` +

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

+ +I recommend updating Proxmox before adding any VM/CT. + +