From 3e90844463fe3f8dc271b66115f6da7415884146 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 26 Nov 2014 02:53:23 +0000 Subject: powertop.trisquel7: remove sudo Script already checks if the user is root or not. --- powertop.trisquel7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 v1.1-4-g5e80