From cb25648e76432c4e4e68ddf09a266b239c00ba30 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 23 Apr 2022 11:27:54 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8aef55d..ca1b4a9b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ and attempt the *No-Nag* fix. Run the following in the Proxmox Shell. ⚠️ **PVE7 ONLY** ```yaml -bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post_install.sh)" +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-install-v3.sh)" ``` It's recommended to update Proxmox after running this script, before adding any VM/CT. @@ -37,7 +37,7 @@ Cleaning unused kernel images is not only good because of a reduced grub menu, b Run the following in the Proxmox Shell. ```yaml -bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/kernel-clean.sh)" +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/kernel-clean-v3.sh)" ``` ____________________________________________________________________________________________