From 3e90844463fe3f8dc271b66115f6da7415884146 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 25 Nov 2014 21:53:23 -0500 Subject: powertop.trisquel7: remove sudo Script already checks if the user is root or not. --- 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 -- cgit v0.9.1