File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ if [ "${commandname}" == "INSTALL" ]; then
106
106
fix_kf.sh
107
107
elif [ " ${shortname} " == " kf2" ]; then
108
108
fix_kf2.sh
109
+ elif [ " ${shortname} " == " lo" ]; then
110
+ fix_lo.sh
109
111
elif [ " ${shortname} " == " ro" ]; then
110
112
fix_ro.sh
111
113
elif [ " ${shortname} " == " samp" ]; then
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # LinuxGSM fix_lo.sh function
3
+ # Author: Daniel Gibbs
4
+ # Website: https://linuxgsm.com
5
+ # Description: Resolves startup issue with Last Oasis
6
+
7
+ functionselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
8
+
9
+ local APPID_FILE = ${executabledir} /steam_appid.txt
10
+ if [! -f " ${APPID_FILE} " ]; then
11
+ echo " 903950" > ${APPID_FILE}
12
+ fi
You can’t perform that action at this time.
0 commit comments