Update Debian/README.md

Updated Powertop section with the correct URL.
This commit is contained in:
b.waal 2024-08-11 03:48:15 +02:00
parent d83cd3e43a
commit a6172c3822

View File

@ -15,6 +15,6 @@ bash /tmp/cpu_governor-setup.sh
## Powertop: ## Powertop:
#### Powertop is a tool to enable various powersaving modes in userspace, kernel and hardware. #### 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 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 bash /tmp/powertop-setup.sh
``` ```