What's New in This Update
This update brings several improvements and bug fixes to enhance the performance and reliability of the Proxmox Enhanced Configuration Utility (PECU). Detailed changes include performance optimizations and improved error handling for a smoother experience.
How to Update
You can update your PECU installation using the source code provided in this release. There are two ways to run this version:
Direct Execution (Latest Version):
Run the script directly from GitHub with this command:
bash <(curl -sL https://raw.githubusercontent.com/Danilop95/Proxmox-Enhanced-Configuration-Utility/v2025.03.03/proxmox-configurator.sh)
This command fetches and executes the specific version (v2025.03.03) of the script.
Local Installation:
Alternatively, you can automate the entire process by executing the following command:
wget https://github.com/Danilop95/Proxmox-Enhanced-Configuration-Utility/releases/download/v2025.03.03/PECU-2025.03.03.tar.gz && \
tar -xzvf PECU-2025.03.03.tar.gz && \
cd PECU-2025.03.03 && \
chmod +x proxmox-configurator.sh && \
sudo ./proxmox-configurator.sh
This single command will:
- Download the source code archive.
- Extract the archive.
- Change to the extracted directory.
- Set executable permissions.
- Execute the script.
Important Note
This release is a test release — it's the first time we're implementing automated releases. We apologize for any inconvenience caused by this initial notification. We are working to improve the release process for future versions.
Support the Project
If you enjoy using PECU and would like to see it continue to improve, consider making a donation. Your support helps maintain and expand this project. Thank you!
Best regards,
Danilop95