diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-25 21:53:23 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-25 21:53:23 (EST) |
commit | 3e90844463fe3f8dc271b66115f6da7415884146 (patch) | |
tree | fffb9b65a7a80c5d34072eddd962c63d1c75f7e5 | |
parent | 630d8b34f73fa7f82adb95ea039dfeb9ada41dad (diff) | |
download | libreboot-3e90844463fe3f8dc271b66115f6da7415884146.zip libreboot-3e90844463fe3f8dc271b66115f6da7415884146.tar.gz libreboot-3e90844463fe3f8dc271b66115f6da7415884146.tar.bz2 |
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 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 |