Skip to content

Commit

Permalink
fix: Add Alloc Fixes option for v1.0 (#260)
Browse files Browse the repository at this point in the history
fix: Add Alloc Fixes option for v1.0
  • Loading branch information
emerconn authored Sep 5, 2024
1 parent 69e5b0a commit 7173cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/Mods/alloc_fixes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ VERSION=${VERSION,,}
# Change DL_LINK depending on 7 days to die branch version
if [ "${VERSION}" == 'stable' ] || [ "${VERSION}" == 'public' ]; then
DL_LINK="http://illy.bz/fi/7dtd/server_fixes.tar.gz"
elif [ "${VERSION}" == 'v1.0' ]; then
DL_LINK="http://illy.bz/fi/7dtd/server_fixes.tar.gz"
elif [ "${VERSION}" == 'latest_experimental' ]; then
DL_LINK="http://illy.bz/fi/7dtd/server_fixes.tar.gz"
elif [ "${VERSION::7}" == 'alpha21' ]; then
Expand Down

0 comments on commit 7173cf7

Please sign in to comment.