From 4f11a695f7cda1b0391c1c741c3470bc55e447f5 Mon Sep 17 00:00:00 2001 From: JocelynDelalande Date: Sun, 3 May 2015 18:38:48 +0200 Subject: [PATCH] Forgot mysql dev libraries dependencies --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index f0ca760..69d1aef 100755 --- a/scripts/install +++ b/scripts/install @@ -26,8 +26,7 @@ sudo yunohost app setting $app domain -v $domain sudo yunohost app setting $app is_public -v "$is_public" # Install debian packages dependencies -sudo apt-get install -y -qq python-dev python-virtualenv supervisor - +sudo apt-get install -y -qq python-dev python-virtualenv supervisor libmysqlclient-dev # Create the dedicated user sudo useradd ihatemoney -d /opt/yunohost/ihatemoney/