From f8e1bec318738fabf9189de942d2dd185ef929f5 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Mon, 10 Sep 2012 16:24:15 -0400 Subject: [PATCH] add force-yes to all airtime-full-install packages --- install_full/ubuntu/airtime-full-install | 8 ++++---- install_full/ubuntu/airtime-full-install-nginx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/install_full/ubuntu/airtime-full-install b/install_full/ubuntu/airtime-full-install index 57faff468..6d1142bdb 100755 --- a/install_full/ubuntu/airtime-full-install +++ b/install_full/ubuntu/airtime-full-install @@ -64,15 +64,15 @@ apt-get -y --force-yes install libmp3lame-dev lame icecast2 #Ubuntu Lucid has both zendframework and zend-framework. Difference appears to be that zendframework is for #1.10 and zend-framework is 1.11 if [ "$dist" = "Debian" ]; then - apt-get -y install zendframework + apt-get -y --force-yes install zendframework else - apt-get -y install libzend-framework-php + apt-get -y --force-yes install libzend-framework-php fi if [ "$code" = "lucid" ]; then - apt-get -y install timeout + apt-get -y --force-yes install timeout else - apt-get -y install coreutils + apt-get -y --force-yes install coreutils fi diff --git a/install_full/ubuntu/airtime-full-install-nginx b/install_full/ubuntu/airtime-full-install-nginx index c00e3f159..c0b70195f 100755 --- a/install_full/ubuntu/airtime-full-install-nginx +++ b/install_full/ubuntu/airtime-full-install-nginx @@ -54,15 +54,15 @@ apt-get -y --force-yes install libmp3lame-dev lame icecast2 #Ubuntu Lucid has both zendframework and zend-framework. Difference appears to be that zendframework is for #1.10 and zend-framework is 1.11 if [ "$dist" = "Debian" ]; then - apt-get -y install zendframework + apt-get -y install --force-yes zendframework else - apt-get -y install libzend-framework-php + apt-get -y install --force-yes libzend-framework-php fi if [ "$code" = "lucid" ]; then - apt-get -y install timeout + apt-get -y install --force-yes timeout else - apt-get -y install coreutils + apt-get -y install --force-yes coreutils fi # NGINX Config File