Update README.md
This commit is contained in:
parent
5d47d3dcfc
commit
1c1951c44b
14
README.md
14
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue