Browse Source

added KF2 glibc requirements

pull/1639/head
Daniel Gibbs 8 years ago
parent
commit
13ec2a0782
  1. 5
      lgsm/functions/info_glibc.sh

5
lgsm/functions/info_glibc.sh

@ -1,4 +1,4 @@
#!/bin/bash F#!/bin/bash
# LinuxGSM info_glibc.sh function # LinuxGSM info_glibc.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
@ -65,6 +65,9 @@ elif [ "${gamename}" == "GoldenEye: Source" ]; then
elif [ "${gamename}" == "Insurgency" ]; then elif [ "${gamename}" == "Insurgency" ]; then
glibcrequired="2.15" glibcrequired="2.15"
glibcfix="yes" glibcfix="yes"
elif [ "${shortname}" == "kf2" ]; then
glibcrequired="2.17"
glibcfix="no"
elif [ "${gamename}" == "Mumble" ]; then elif [ "${gamename}" == "Mumble" ]; then
glibcrequired="NOT REQUIRED" glibcrequired="NOT REQUIRED"
glibcfix="no" glibcfix="no"

Loading…
Cancel
Save