Skip to content
Permalink
Browse files
run apt-get install after dpkg to install dependencies
  • Loading branch information
anarcat committed Mar 7, 2012
1 parent d0672b7 commit ddd19a36642f4387aaf3fcad40665781f4640694
Showing 1 changed file with 1 addition and 1 deletion.
@@ -51,7 +51,7 @@ def fab_install_debs(debs):
for deb in debs:
print "===> Uploading deb " + deb
put(deb, '~')
fabric.run("DPKG_DEBUG=developer DEBIAN_FRONTEND=noninteractive dpkg -i ~/aegir*.deb", pty=True)
fabric.run("DPKG_DEBUG=developer DEBIAN_FRONTEND=noninteractive dpkg -i ~/aegir*.deb || apt-get install -f", 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 ddd19a3

Please sign in to comment.