From 82f23a96516cd794382ad36df25327f69d94f64d Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sat, 8 Aug 2026 22:10:40 +0200 Subject: [PATCH] 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. --- 03-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/03-install.sh b/03-install.sh index e90e039..6303ddc 100755 --- a/03-install.sh +++ b/03-install.sh @@ -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