Browse Source

fix(svenserver): update glibc version to 2.24 (#2174)

pull/2175/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
172a5f6993
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/info_glibc.sh

2
lgsm/functions/info_glibc.sh

@ -112,7 +112,7 @@ elif [ "${gamename}" == "Squad" ]; then
glibcrequired="2.17"
glibcfix="no"
elif [ "${gamename}" == "Sven Co-op" ]; then
glibcrequired="2.18"
glibcrequired="2.24"
glibcfix="no"
elif [ "${shortname}" == "sbots" ]; then
glibcrequired="2.17"

Loading…
Cancel
Save