From 51a1a9421a440ec88d28b85eb45b5f5fc9a451c6 Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 29 Nov 2018 15:03:29 +0100 Subject: [PATCH] update --- scripts/install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install b/scripts/install index 9fa3fdf..b1e41c9 100644 --- a/scripts/install +++ b/scripts/install @@ -81,12 +81,6 @@ port=$(ynh_find_port 80) yunohost firewall allow --no-upnp TCP $port 2>&1 ynh_app_setting_set $app port $port -#============================================== -# INSTALL JAVA -#============================================== - -# ynh_package_install openjdk-8-jre-headless - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= @@ -94,7 +88,6 @@ ynh_app_setting_set $app port $port ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" -#chmod +x $final_path/streama-1.6.0-RC9.war #================================================= # NGINX CONFIGURATION