Browse Source

added glibc fix

pull/254/merge
Daniel Gibbs 11 years ago
parent
commit
0f0fe5b13a
  1. 9
      JustCause2/jc2server

9
JustCause2/jc2server

@ -629,6 +629,14 @@ echo ""
## Installer
#
fn_glibcfix(){
if [ ! -f functions/fn_glibcfix ]; then
functionfile="fn_glibcfix"
fn_fninstall
fi
source functions/fn_glibcfix
}
fn_header(){
clear
echo "================================="
@ -767,6 +775,7 @@ fn_steaminstall
fn_loginstall
fn_jc2config
fn_getquery
fn_glibcfix
sleep 1
echo ""
fn_header

Loading…
Cancel
Save