From 1f6c07f2e5edd74a6681deebd8f97acd9a9788e9 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 7 Jun 2025 15:25:23 -0400 Subject: [PATCH] glibc 2.38 required for some runners --- lug-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index da5e9f3..5e8badb 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1232,9 +1232,9 @@ download_select_install() { contributor_url="${download_sources[$1+1]}" # For runners, check GlibC version against runner requirements - if [ "$download_type" = "runner" ] && { [ "$contributor_name" = "/dev/null" ] || [ "$contributor_name" = "TKG" ]; }; then + if [ "$download_type" = "runner" ] && { [ "$contributor_name" = "TKG" ] || [ "$contributor_name" = "RawFox" ] || [ "$contributor_name" = "Mactan" ]; }; then glibc_fail="false" - required_glibc="2.33" + required_glibc="2.38" # Check the system glibc if [ -x "$(command -v ldd)" ]; then