Release v2025.04.14
Pre-releaseRelease Notes (Release v2025.03.03 Latest)
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). Key changes include:
-
Performance Optimizations: Overall improvements for faster execution and smoother operation.
-
Enhanced Error Handling: Better diagnostics with detailed log messages to help troubleshoot issues.
-
Driverctl Passthrough Method: New support for GPU passthrough using driverctl, providing an alternative to the classic configuration approach.
-
Advanced Kernel Tweaks: New submenu to easily append kernel parameters for customized system performance and compatibility (e.g.,
pcie_acs_override=downstream,multifunction
andvideo=efifb:off
). -
User Interface Enhancements: Updated CLI appearance with a loading banner, spinner, and clear prompts.
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.04.14/proxmox-configurator.sh)
This command fetches and executes the specific version (v2025.04.14) 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.04.14/PECU-2025.04.14.tar.gz && \
tar -xzvf PECU-2025.04.14.tar.gz && \
cd PECU-2025.04.14 && \
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!