summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:47:57 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:47:57 +0000
commitab9293ca7e8e64401c30d58fe97e7a818aa0dc78 (patch)
tree46b3b89c8b4d7aa36d9572f95c7e97e1e52a56ec
parent937bf4b07d75918d133f13429f17dab8f51759b1 (diff)
powertop.trisquel7: remove useless comment
-rwxr-xr-xpowertop.trisquel73
1 files changed, 0 insertions, 3 deletions
diff --git a/powertop.trisquel7 b/powertop.trisquel7
index 92316e0..342d4f6 100755
--- a/powertop.trisquel7
+++ b/powertop.trisquel7
@@ -26,7 +26,6 @@ if [[ $EUID -ne 0 ]]; then
fi
# For Trisquel 7 users.
-# This may also work on other apt distros.
apt-get -y install powertop
@@ -44,8 +43,6 @@ chmod +x /etc/init.d/powertop
# Add the service to make it run automatically at boot time:
update-rc.d powertop defaults
-# Done.
-
# Run powertop now and tell the user
powertop --auto-tune
echo "Done. Run 'powertop --auto-tune' now. This will also run automatically at boot time. Run it again at any time, if needed. This has also been done for you just now."