mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-03 09:03:21 +00:00
added dependencies to Readme and glibc check to TKG
This commit is contained in:
@ -1188,7 +1188,7 @@ download_select_install() {
|
||||
esac
|
||||
|
||||
# For runners, check GlibC version against runner requirements
|
||||
if [ "$download_type" = "runner" ] && [ "$contributor_name" = "/dev/null" ]; then
|
||||
if [ "$download_type" = "runner" ] && ( [ "$contributor_name" = "/dev/null" ] || [ "$contributor_name" = "TKG" ] ); then
|
||||
required_glibc="2.33"
|
||||
system_glibc="$(ldd --version | awk '/ldd/{print $NF}')"
|
||||
|
||||
|
Reference in New Issue
Block a user