From acaf53d1ac42eb23ab0481a236afaa8335d39d16 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 12 Feb 2017 12:40:44 +0100 Subject: [PATCH] Update restore --- scripts/restore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/restore b/scripts/restore index 9575b7e..a85a367 100644 --- a/scripts/restore +++ b/scripts/restore @@ -28,6 +28,10 @@ user=$(ynh_app_setting_get $app allowed_users) is_public=$(ynh_app_setting_get $app is_public) final_path=/var/www/$app +# Install dependency to convert tracks to a readable format for the browser +sudo apt-get update +sudo apt-get -y -qq install php5-sqlite + # Check domain/path availability sudo yunohost app checkurl "${domain}${path}" -a "$app" \ || ynh_die "Path not available: ${domain}${path}"