Browse Source

fix(fctrserver): allow branches other than the default

pull/2258/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
8378d81670
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/update_factorio.sh

2
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

Loading…
Cancel
Save