From 0b76b708269bcefa5578d59373e85ea5b194578b Mon Sep 17 00:00:00 2001 From: Ylies Chahi Date: Tue, 25 Jul 2017 17:59:48 +0200 Subject: [PATCH] Update install --- scripts/install | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 0f4efdb..971a85a 100644 --- a/scripts/install +++ b/scripts/install @@ -49,15 +49,13 @@ ynh_app_setting_set $app is_public $is_public # Set SSOwat rules [[ $is_public -eq 1 ]] \ - && ynh_app_setting_set "$app" skipped_uris "/" - - -sudo apt-get install python-pip + && ynh_app_setting_set "$app" unprotected_uris "/" #================================================= # INSTALL PELICAN #================================================= +sudo apt-get install python-pip pip install pelican markdown # Copy and set nginx configuration