I've developed a script that streamlines the Proxmox installation process atop Debian 12 (Bookworm).
You can access to contribute or for more information in this Github Repository
- Superuser permissions
- Installed Git
- (Important) Clone the repository from the directory:
1. Clone the repository to your Debian 12 system.
3. Run the setup.
From there, just follow the proxmox script installation setup
Note: This script is designed to run on a Debian 12 bookworm system.
You can access to contribute or for more information in this Github Repository
Requirements
- Installed Debian 12 Bookworm- Superuser permissions
su root
- Installed Git
apt install git
- (Important) Clone the repository from the directory:
cd /
Usage Instructions
1. Clone the repository to your Debian 12 system.
Bash:
# With git already installed on your machine, clone the repository
git clone https://github.com/mathewalves/Proxmox-Debian12.git
# Access the downloaded folder with the 'cd' command
cd /Proxmox-Debian12
# Give execution permission to the setup
chmod +x ./setup
3. Run the setup.
Bash:
./setup
From there, just follow the proxmox script installation setup
Note: This script is designed to run on a Debian 12 bookworm system.
Features
- Proxmox Installation: The script automatically installs Proxmox on the Debian 12 base.
- Additional Packages: These additional packages are installed to enhance the user experience and provide useful tools for the system and Proxmox environment.
- Bridge Creation: Facilitates network configuration by creating a bridge named vmbr0. You can choose to configure manually or use DHCP.
Acknowledgments
If you come across any improvements or would like to contribute, feel free to create a pull request. Your contributions are welcome to enhance this script.
We appreciate your participation in the community and your contribution to the ongoing development of this script.
Enjoy Proxmox!
Last edited: