We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51b0c97 + 041e955 commit 19d0a9dCopy full SHA for 19d0a9d
scripts/Mods/alloc_fixes.sh
@@ -7,7 +7,7 @@ VERSION=${VERSION,,}
7
# Change DL_LINK depending on 7 days to die branch version
8
if [ "${VERSION}" == 'stable' ] || [ "${VERSION}" == 'public' ]; then
9
DL_LINK="http://illy.bz/fi/7dtd/server_fixes.tar.gz"
10
-elif [ "${VERSION::7}" == 'alpha21' ]; then
+elif [ "${VERSION}" == 'latest_experimental' ]; then
11
12
elif [ "${VERSION::7}" == 'alpha20' ]; then
13
DL_LINK="http://illy.bz/fi/7dtd/server_fixes_v22_24_39.tar.gz"
0 commit comments