diff options
author | Leah Rowe <info@minifree.org> | 2016-10-12 15:23:14 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-10-12 15:23:14 +0100 |
commit | ec6f90a90fed3e3bdf841d56a3f9ded7ae7b3f66 (patch) | |
tree | 402205a99aee0daff15e412e4fad3fd32e1e7226 /resources/scripts/misc/powertop.debian | |
parent | f68fc69e751ea99ccd55a1cafc44bc5907a77a5c (diff) | |
download | librebootfr-ec6f90a90fed3e3bdf841d56a3f9ded7ae7b3f66.tar.gz librebootfr-ec6f90a90fed3e3bdf841d56a3f9ded7ae7b3f66.zip |
Delete all references to Trisquel in the documentation
Diffstat (limited to 'resources/scripts/misc/powertop.debian')
-rwxr-xr-x | resources/scripts/misc/powertop.debian | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/misc/powertop.debian b/resources/scripts/misc/powertop.debian index 1e29f38a..1227041e 100755 --- a/resources/scripts/misc/powertop.debian +++ b/resources/scripts/misc/powertop.debian @@ -1,6 +1,6 @@ #!/bin/bash -# powertop.trisquel7: automatically sets up powertop --auto-tune on startup in trisquel 7 +# powertop.debian: automatically sets up powertop --auto-tune on startup in Debian # # Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # @@ -26,7 +26,7 @@ if [ $EUID -ne 0 ]; then exit 1 fi -# For Trisquel 7 users. +# For Debian users. apt-get -y install powertop |