Add auto-cpufreq installation to 03-install.sh

Integrates automated CPU performance and power optimization by including the installation of auto-cpufreq. Clones the repository, runs the installer, and enables the service for system-wide use.
This commit is contained in:
2026-08-08 22:10:40 +02:00
parent c1873b34bf
commit 82f23a9651
+6
View File
@@ -104,3 +104,9 @@ sudo deb-get install topgrade
# AM - AppImage - Application Manager
curl -s -Lo ./AM-INSTALLER https://raw.githubusercontent.com/ivan-hc/AM/main/AM-INSTALLER && chmod a+x ./AM-INSTALLER && ./AM-INSTALLER && rm ./AM-INSTALLER
# auto-cpufreq
git clone https://github.com/AdnanHodzic/auto-cpufreq.git
cd auto-cpufreq && sudo ./auto-cpufreq-installer
sudo auto-cpufreq --install