From 1c1951c44b0a998925d2c69eb692443976498c5e Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Sat, 30 May 2020 07:44:13 +1000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2ed099d..31a2983 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# pve-patch +# SetupProxmox -Removes subscription dialogs, replaces enterprise repository with non-subscription repository and replaces branding. Tested on PVE 6.2-4 +Removes subscription dialogs, replaces enterprise repository with non-subscription repository, replaces branding, Update and upgrade system, Add Benenell IT SSh Key and Configure Postfix to use Office365 SMTP Relay. Tested on PVE 6.0 to 6.2-4 Use at your own risk! Read the script before you run it. @@ -12,16 +12,14 @@ Use at your own risk! Read the script before you run it. ```bash # if root -wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/master/patch.sh | bash -wget https://raw.githubusercontent.com/sbennell/SetupProxmox/master/patch.sh -c -O patch.sh && bash patch.sh && rm patch.sh +wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/master/patch.sh -c -O patch.sh && bash patch.sh && rm patch.sh # if non-root -wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/master/patch.sh | sudo bash +wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/master/patch.sh -c -O patch.sh && sudo bash patch.sh && rm patch.sh + ``` -## Restore - -Enterprise repository +## Restore Enterprise repository ``` mv /etc/apt/sources.list.d/pve-enterprise.list~ /etc/apt/sources.list.d/pve-enterprise.list