File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,9 +223,9 @@ fn_check_loop(){
223
223
# Checks if dependency is installed or not.
224
224
fn_deps_detector (){
225
225
# # Check.
226
- # SteamCMD: Will be removed from required array if non-free repo is not available.
226
+ # SteamCMD: Will be removed from required array if no appid is present or non-free repo is not available.
227
227
# This will cause SteamCMD to be installed using tar.
228
- if [ " ${deptocheck} " == " steamcmd" ]&& [ " ${distroid} " == " debian" ]&& ! grep -qE " ^deb .*non-free" /etc/apt/sources.list; then
228
+ if [ -z " ${appid} " ] || [ " ${deptocheck} " == " steamcmd" ]&& [ " ${distroid} " == " debian" ]&& ! grep -qE " ^deb .*non-free" /etc/apt/sources.list; then
229
229
array_deps_required=( " ${array_deps_required[@]/ steamcmd} " )
230
230
steamcmdstatus=1
231
231
# Java: Added for users using Oracle JRE to bypass check.
313
313
info_distro.sh
314
314
315
315
if [ ! -f " ${tmpdir} /dependency-no-check.tmp" ]&& [ ! -f " ${datadir} /${distroid} -${distroversioncsv} .csv" ]; then
316
- # Check that the disto dependency csv file exists.
316
+ # Check that the distro dependency csv file exists.
317
317
fn_check_file_github " lgsm/data" " ${distroid} -${distroversioncsv} .csv"
318
318
if [ -n " ${checkflag} " ]&& [ " ${checkflag} " == " 0" ]; then
319
319
fn_fetch_file_github " lgsm/data" " ${distroid} -${distroversioncsv} .csv" " lgsm/data" " chmodx" " norun" " noforce" " nohash"
You can’t perform that action at this time.
0 commit comments