From fbb2436d0945c312adb70fc251e75c715d059d2c Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sun, 27 Apr 2014 00:41:32 +0200 Subject: [PATCH] [fix] Install php5-cli which provides php command --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index fb62a57..8fa4588 100644 --- a/scripts/install +++ b/scripts/install @@ -11,6 +11,10 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi +# Install PHP dependency +sudo apt-get update +sudo apt-get install -y php5-cli + # Copy files to the right place final_path=/var/www/baikal