diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:47:57 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:47:57 (EST) |
commit | ab9293ca7e8e64401c30d58fe97e7a818aa0dc78 (patch) | |
tree | 46b3b89c8b4d7aa36d9572f95c7e97e1e52a56ec | |
parent | 937bf4b07d75918d133f13429f17dab8f51759b1 (diff) | |
download | libreboot-ab9293ca7e8e64401c30d58fe97e7a818aa0dc78.zip libreboot-ab9293ca7e8e64401c30d58fe97e7a818aa0dc78.tar.gz libreboot-ab9293ca7e8e64401c30d58fe97e7a818aa0dc78.tar.bz2 |
powertop.trisquel7: remove useless comment
-rwxr-xr-x | powertop.trisquel7 | 3 |
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." |