From 50623470afaf0a4ee36bd1a8fc1e4508837c9bac Mon Sep 17 00:00:00 2001 From: Jared Ballou Date: Mon, 9 May 2016 17:09:41 -0400 Subject: [PATCH] Removing glibc fix from execution, as it is now handled by the dependency installer in game_settings.sh --- functions/fix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fix.sh b/functions/fix.sh index 0ef74cc4e..2bc64098e 100644 --- a/functions/fix.sh +++ b/functions/fix.sh @@ -35,5 +35,5 @@ else echo "=================================" sleep 1 fn_fix_game_dependencies - fix_glibc.sh + #fix_glibc.sh fi