From feb5a9caf01fa7cd0895a77414b3d5d0a53873d6 Mon Sep 17 00:00:00 2001 From: abeudin Date: Tue, 27 May 2014 16:15:41 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 81c2319..1f9bd8a 100644 --- a/scripts/install +++ b/scripts/install @@ -12,7 +12,7 @@ exit 1 fi # Check depends installation -sudo apt-get install git build-essential libxslt-dev python-dev python-virtualenv python-pybabel zlib1g-dev uwsgi -y +sudo apt-get install git build-essential libxslt-dev python-dev python-virtualenv python-pybabel zlib1g-dev uwsgi uwsgi-plugin-python -y # Check Swap if [ $(sudo swapon -s | wc -l) = 1 ];