diff options
Diffstat (limited to 'powertop.trisquel7')
-rwxr-xr-x | powertop.trisquel7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powertop.trisquel7 b/powertop.trisquel7 index 7734a72..92316e0 100755 --- a/powertop.trisquel7 +++ b/powertop.trisquel7 @@ -28,7 +28,7 @@ fi # For Trisquel 7 users. # This may also work on other apt distros. -sudo apt-get -y install powertop +apt-get -y install powertop # Remove startup symlink if it exists update-rc.d powertop remove |