diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-26 02:53:23 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-26 02:53:23 +0000 |
commit | 3e90844463fe3f8dc271b66115f6da7415884146 (patch) | |
tree | fffb9b65a7a80c5d34072eddd962c63d1c75f7e5 | |
parent | 630d8b34f73fa7f82adb95ea039dfeb9ada41dad (diff) | |
download | librebootfr-3e90844463fe3f8dc271b66115f6da7415884146.tar.gz librebootfr-3e90844463fe3f8dc271b66115f6da7415884146.zip |
powertop.trisquel7: remove sudo
Script already checks if the user is root or not.
-rwxr-xr-x | powertop.trisquel7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powertop.trisquel7 b/powertop.trisquel7 index 7734a72e..92316e00 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 |