b.waal 2679d4a104 Update Debian/CPU Governor/setup.sh
Added correct URL if user also wants to add the powertop package.
Edited the finishing setup dialog, informing users that no reboot is required to apply the new settings.
2024-08-11 03:51:01 +02:00
..
2024-08-11 03:47:32 +02:00
2024-08-11 03:48:15 +02:00

Tested on Debian

All scripts require at least the following packages, please install these if required:

apt update
apt install wget curl whiptail ca-certificates

CPU Governor:

The governor defines the power characteristics of the systems CPU, which in turn affects CPU performance and / or power draw.

wget https://git.ictcorpnet.com/b.waal/Snippets/raw/branch/main/Debian/CPU%20Governor/setup.sh -O /tmp/cpu_governor-setup.sh  
bash /tmp/cpu_governor-setup.sh  

Powertop:

Powertop is a tool to enable various powersaving modes in userspace, kernel and hardware.

wget https://git.ictcorpnet.com/b.waal/Snippets/raw/branch/main/Debian/Powertop/setup.sh -O /tmp/powertop-setup.sh  
bash /tmp/powertop-setup.sh