From 2fb86da6fe46867b02fbfbc598e096aa5dc49d19 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sun, 29 Dec 2013 17:52:50 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index bf3e007..a39dd95 100644 --- a/scripts/install +++ b/scripts/install @@ -15,6 +15,9 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi +# Install dependencies +sudo apt-get install php5-cli + # Copy files to the right place app_home_path=/home/yunohost.app/shaarli final_path=/var/www/shaarli