From d5142c649b7b400f3d82379790a99ab128ff52c7 Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Wed, 22 Mar 2023 11:48:12 +0000 Subject: [PATCH] Prefer local mirror --- hercules-helper.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hercules-helper.conf b/hercules-helper.conf index 4254be2..568dccd 100644 --- a/hercules-helper.conf +++ b/hercules-helper.conf @@ -49,11 +49,12 @@ opt_build_dir=$(pwd) opt_install_dir=/hercules # Git repo for SDL-Hercules Hyperion -git_repo_hyperion=https://github.com/SDL-Hercules-390/hyperion.git +# Use local mirro instead: +git_repo_hyperion=https://git.cyber.gent/friedkiwi/hyperion.git # git_repo_hyperion=https://github.com/wrljet/hyperion.git # Git checkout branch for Hyperion -git_branch_hyperion=develop +git_branch_hyperion=master # Git checkout commit for Hyperion # git_commit_hyperion=77a23a2