Browse Source
unset steamcmdfail if installed steamcmd auto
if
pull/3583/head
Daniel Gibbs
4 years ago
No known key found for this signature in database
GPG Key ID: 5D5AB867A27738EC
1 changed files with
5 additions and
0 deletions
-
lgsm/functions/check_deps.sh
|
|
@ -173,6 +173,11 @@ fn_install_missing_deps(){ |
|
|
|
eval "${cmd}" |
|
|
|
fi |
|
|
|
autodepinstall="$?" |
|
|
|
|
|
|
|
# If auto install passes remove steamcmd install failure. |
|
|
|
if [ "${autodepinstall}" == "0" ]; then |
|
|
|
unset steamcmdfail |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
# If automatic dependency install is unavailable. |
|
|
|