fix_sof2.sh 330 B

1234567891011
  1. #!/bin/bash
  2. # LinuxGSM fix_rust.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Resolves startup issue with Soldier of Fortune 2
  6. local modulename="FIX"
  7. local commandaction="Fix"
  8. # Fixes: error while loading shared libraries: libcxa.so.1
  9. export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}"