Skip to content
Permalink
Browse files
upload explicitely in home
  • Loading branch information
anarcat committed Mar 7, 2012
1 parent 7a09a75 commit d0672b7a0ec1e4b35e40567b24a541ede9aea753
Showing 1 changed file with 2 additions and 2 deletions.
@@ -50,8 +50,8 @@ def fab_preseed_config(domain, email, mysqlpass):
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)
put(deb, '~')
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 d0672b7

Please sign in to comment.