From 1e10b71091491f476e11887437767765b2528d03 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sun, 11 Aug 2024 03:29:54 +0200 Subject: [PATCH] Update Debian/README.md Added required packages. Prepared adding in Powertop setup script. --- Debian/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Debian/README.md b/Debian/README.md index 319e17f..1595a72 100644 --- a/Debian/README.md +++ b/Debian/README.md @@ -1,7 +1,20 @@ # 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 iets.iets.iets.iets.com -O /tmp/powertop-setup.sh +bash /tmp/powertop-setup.sh ``` \ No newline at end of file