Update README.md

This commit is contained in:
Stewart Bennell 2020-05-30 07:44:13 +10:00 committed by GitHub
parent 5d47d3dcfc
commit 1c1951c44b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

@ -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