Skip to content

IGitYou/proxmox-dietpi-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

proxmox-dietpi

Proxmox DietPi Installer

A Proxmox Helper Script to install DietPi in Proxmox 7 & 8.

How to use

Oneline installer directly from GitHub

bash <(curl -sSfL https://raw.githubusercontent.com/dazeb/proxmox-dietpi-installer/main/dietpi-install.sh)

Download the script to your Proxmox host by cloning the repo or using wget

git clone https://github.com/dazeb/proxmox-dietpi-installer.git

cd into the folder, make the file executable then run the script

cd proxmox-dietpi-installer
chmod +x dietpi-install.sh
./dietpi-install.sh

You can also download the script with wget

wget https://raw.githubusercontent.com/dazeb/proxmox-dietpi-installer/main/dietpi-install.sh

Make the file executable then run the script.

chmod +x dietpi-install.sh
./dietpi-install.sh

The installer will ask where to import the VM disk, How much RAM to allocate and the number of processor cores. The rest is automatic. Default values are 2GB RAM and 2 Cores.

Tested and confirmed working with Proxmox 7.x & 8.x

For more helper scripts like this but much better check out tteck's Proxmox Heler Scripts

About

A Proxmox Helper Script to install DietPi in Proxmox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%