summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuilddebs2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddebs b/builddebs
index 8f34dee..cb6f597 100755
--- a/builddebs
+++ b/builddebs
@@ -11,7 +11,7 @@ echo
echo -n "Install packages? (y/N) "
read -n 1 INSTALL
echo
-if [ "$INSTALL" == "y" ]; then debi *.changes; fi
+if [ "$INSTALL" == "y" ]; then sudo debi *.changes; fi
echo
echo -n "Push packages? (y/N) "