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%/}