diff options
Diffstat (limited to 'resources/scripts/misc')
-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 |