summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-26 02:53:23 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-26 02:53:23 +0000
commit3e90844463fe3f8dc271b66115f6da7415884146 (patch)
treefffb9b65a7a80c5d34072eddd962c63d1c75f7e5
parent630d8b34f73fa7f82adb95ea039dfeb9ada41dad (diff)
powertop.trisquel7: remove sudo
Script already checks if the user is root or not.
-rwxr-xr-xpowertop.trisquel72
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