From 13ec2a07822de89297bf2e967f9f084ba84f7a4e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 17 Sep 2017 16:52:32 +0100 Subject: [PATCH] added KF2 glibc requirements --- lgsm/functions/info_glibc.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index 01a9d5ece..a1974e12a 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -1,4 +1,4 @@ -#!/bin/bash +F#!/bin/bash # LinuxGSM info_glibc.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com @@ -65,6 +65,9 @@ elif [ "${gamename}" == "GoldenEye: Source" ]; then elif [ "${gamename}" == "Insurgency" ]; then glibcrequired="2.15" glibcfix="yes" +elif [ "${shortname}" == "kf2" ]; then + glibcrequired="2.17" + glibcfix="no" elif [ "${gamename}" == "Mumble" ]; then glibcrequired="NOT REQUIRED" glibcfix="no"