diff options
-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." |