Skip to content

marekbeckmann/Proxmox-Post-Install-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxmox-Post-Install-Script

This script is designed to be run after a fresh install of Proxmox VE. It will install a number of packages and configure a number of settings to make the system more secure and usable.

Installation

Quick run (default settings)

wget -qL https://raw.githubusercontent.com/marekbeckmann/Proxmox-Post-Install-Script/main/config.ini && \
wget -qL https://raw.githubusercontent.com/marekbeckmann/Proxmox-Post-Install-Script/main/post-install.sh &&\
bash post-install.sh

Run with custom settings

wget -qL https://raw.githubusercontent.com/marekbeckmann/Proxmox-Post-Install-Script/main/config.ini && \
wget -qL https://raw.githubusercontent.com/marekbeckmann/Proxmox-Post-Install-Script/main/settings.ini && \
wget -qL https://raw.githubusercontent.com/marekbeckmann/Proxmox-Post-Install-Script/main/post-install.sh

Edit settings.ini and change the settings to your liking. After that, run the script with the following command:

bash post-install.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages