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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user