From ee01c6cf62b292fe874a4335c8d4c1f3c0bc002e Mon Sep 17 00:00:00 2001 From: Locutus73 Date: Fri, 31 May 2019 14:59:16 +0200 Subject: [PATCH] Version 0.9.3 - Added ALLOW_INSECURE_SSL="true" Added ALLOW_INSECURE_SSL="true" in order to not enforce the use of security_fixes.sh --- core_manager.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core_manager.sh b/core_manager.sh index 2882421..40d5cbd 100644 --- a/core_manager.sh +++ b/core_manager.sh @@ -18,6 +18,7 @@ # You can download the latest version of this script from: # https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 0.9.3 - 2019-05-31 - Added ALLOW_INSECURE_SSL="true" in order to not enforce the use of security_fixes.sh # Version 0.9.2 - 2019-05-31 - Added DIALOG_HEIGHT parameter. # Version 0.9.1 - 2019-05-30 - Creating directories when needed. # Version 0.9 - 2019-05-30 - First commit, lacking any MiSTer Updater configuration capability. @@ -29,6 +30,8 @@ # ========= ADVANCED OPTIONS ========= UPDATER_URL="https://github.com/MiSTer-devel/Updater_script_MiSTer/blob/master/mister_updater.sh" +ALLOW_INSECURE_SSL="true" + DIALOG_HEIGHT="31"