Browse Source
fix(fctrserver): allow branches other than the default
pull/2258/head
Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
lgsm/functions/update_factorio.sh
|
|
@ -153,6 +153,8 @@ if [ "${branch}" == "stable" ]; then |
|
|
|
downloadbranch="stable" |
|
|
|
elif [ "${branch}" == "experimental" ]; then |
|
|
|
downloadbranch="latest" |
|
|
|
else |
|
|
|
downloadbranch="${branch}" |
|
|
|
fi |
|
|
|
|
|
|
|
if [ "${installer}" == "1" ]; then |
|
|
|