From 7dab8692bd6b21725e721d5e2160f3f83ebf95fb Mon Sep 17 00:00:00 2001 From: abeudin Date: Mon, 6 Jan 2014 09:34:23 +0100 Subject: [PATCH] Update install --- scripts/install | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/install b/scripts/install index 3618458..1329c83 100755 --- a/scripts/install +++ b/scripts/install @@ -12,14 +12,7 @@ if [[ ! $? -eq 0 ]]; then fi # Check depends installation -for i in python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev uwsgi uwsgi-plugin-python -do - dpkg -l | grep $i > /dev/null 2>&1 - if [ $? = 1 ]; - then - sudo apt-get install $i -y - fi -done +sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev uwsgi uwsgi-plugin-python # Init virtualenv sudo virtualenv /usr/local/radicale