Skip to content
Permalink
Browse files
remove needless -y flag, dpkg doesn't prompt
  • Loading branch information
anarcat committed Mar 7, 2012
1 parent 0089086 commit 2acd749d14ea64a2ea9ea44a5b3a0d2585cc00ae
Showing 1 changed file with 1 addition and 1 deletion.
@@ -50,7 +50,7 @@ def fab_install_debs(debs):
for deb in debs:
print "===> Uploading deb " + deb
fabric.operations.put(deb, '')
fabric.run("DPKG_DEBUG=developer DEBIAN_FRONTEND=noninteractive dpkg -i aegir*.deb -y", pty=True)
fabric.run("DPKG_DEBUG=developer DEBIAN_FRONTEND=noninteractive dpkg -i aegir*.deb", pty=True)
# Install aegir, but ensure that no questions are prompted.
#fabric.run("DPKG_DEBUG=developer DEBIAN_FRONTEND=noninteractive apt-get install aegir -y", pty=True)

0 comments on commit 2acd749

Please sign in to comment.