From 65d18fed1d370b4ecd5aa151d08105fa69867e7e Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 28 Jan 2017 23:11:24 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 2052217..ff70eb6 100644 --- a/scripts/install +++ b/scripts/install @@ -16,6 +16,9 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi +# Install dependency to convert tracks to a readable format for the browser +sudo apt-get -y -qq install php5-sqlite + # Remove trailing "/" for next commands if [[ ! "$path" == "/" ]]; then path=${path%/}