From 2a6c98571a679ae1c09cfb6e81f86d8d93c3bba0 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 29 Jan 2017 18:42:16 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index beca44a..1250b61 100644 --- a/scripts/install +++ b/scripts/install @@ -18,6 +18,7 @@ sudo yunohost app checkurl "${domain}${path}" -a "$app" \ || ynh_die "Path not available: ${domain}${path}" # Install dependency to convert tracks to a readable format for the browser +sudo apt-get update sudo apt-get -y -qq install php5-sqlite # Remove trailing "/" for next commands @@ -45,7 +46,7 @@ sudo cp ../conf/nginx.conf $nginxconf sudo chown root: $nginxconf sudo chmod 600 $nginxconf -sudo ynh_app_setting_set "$app" is_public "$is_public" +ynh_app_setting_set "$app" is_public "$is_public" if [ "$is_public" = "Yes" ]; then ynh_app_setting_set "$app" unprotected_uris "/"