diff options
-rwxr-xr-x | builddebs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) " |