--force-yes on apt-get for debian's sake.

This commit is contained in:
Martin Konecny 2012-01-12 14:09:39 -05:00
parent 461044fdd5
commit e0828c9b82
1 changed files with 4 additions and 1 deletions

View File

@ -51,6 +51,9 @@ def do_local(command, capture=True):
sys.exit(1)
else:
return result
def pause():
raw_input("--> Press Enter to continue...")
def shutdown():
do_sudo("poweroff")
@ -193,7 +196,7 @@ def airtime_182_tar():
def airtime_18x_tar(root_dir, version):
do_sudo('apt-get update')
do_sudo('apt-get install -y tar gzip unzip apache2 php5-pgsql libapache2-mod-php5 ' + \
do_sudo('apt-get install -y --force-yes tar gzip unzip apache2 php5-pgsql libapache2-mod-php5 ' + \
'php-pear php5-gd postgresql odbc-postgresql python python-configobj poc-streamer ' + \
'lame daemontools daemontools-run python-mutagen libsoundtouch-ocaml sudo ' + \
'libtaglib-ocaml libao-ocaml libmad-ocaml libesd0 icecast2 oggvideotools ' + \