Skip to content

Commit 19d0a9d

Browse files
authored
Merge pull request #166 from vinanrra/fix/alloc-fixes-experimental
fix: Alloc Fixed | Get experimental
2 parents 51b0c97 + 041e955 commit 19d0a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Mods/alloc_fixes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VERSION=${VERSION,,}
77
# Change DL_LINK depending on 7 days to die branch version
88
if [ "${VERSION}" == 'stable' ] || [ "${VERSION}" == 'public' ]; then
99
DL_LINK="http://illy.bz/fi/7dtd/server_fixes.tar.gz"
10-
elif [ "${VERSION::7}" == 'alpha21' ]; then
10+
elif [ "${VERSION}" == 'latest_experimental' ]; then
1111
DL_LINK="http://illy.bz/fi/7dtd/server_fixes.tar.gz"
1212
elif [ "${VERSION::7}" == 'alpha20' ]; then
1313
DL_LINK="http://illy.bz/fi/7dtd/server_fixes_v22_24_39.tar.gz"

0 commit comments

Comments
 (0)