|
|
||
|---|---|---|
| images | ||
| scripts | ||
| .gitignore | ||
| LICENSE | ||
| Notes | ||
| README.md | ||
| notes for me | ||
| patch.sh | ||
README.md
SetupProxmox
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 5.0 to 7.0
Use at your own risk! Read the script before you run it.
Install
- Connect to node via SSH
- Run
# if root
wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/Testing/patch.sh -c -O patch.sh && bash patch.sh && rm patch.sh
# if non-root
wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/Testing/patch.sh -c -O patch.sh && sudo bash patch.sh && rm patch.sh
Restore Enterprise repository
mv /etc/apt/sources.list.d/pve-enterprise.list~ /etc/apt/sources.list.d/pve-enterprise.list