summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2010-11-05 10:52:48 -0700
committerJulian Blake Kongslie <jblake@omgwallhack.org>2010-11-05 10:52:48 -0700
commit43b296116fb11f1399a179e6629af6433b5c4d2a (patch)
tree294ec1a734984c5166bda66284abd9c629530851
parenta24616b1a1e255f699c8c33123a0335b302e0d23 (diff)
downloadpiny-code-43b296116fb11f1399a179e6629af6433b5c4d2a.tar.gz
piny-code-43b296116fb11f1399a179e6629af6433b5c4d2a.zip
debi needs sudo.
-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) "