We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e202d4 + 764d968 commit 70d0e37Copy full SHA for 70d0e37
neoget.sh
@@ -21,7 +21,7 @@ EDITION="community"
21
MODE=""
22
CHECK_EXISTS=0
23
ALL_VERSIONS="2.3.0-M02 2.2.2 2.1.8 2.0.4"
24
-ALPHA_VERSION="3.0.0-M01"
+ALPHA_VERSION="3.0.0-M01-NIGHTLY"
25
26
function usage {
27
SCRIPT=$(basename $0)
@@ -83,7 +83,7 @@ function download {
83
fi
84
if [ $DOWNLOAD -eq 1 ]
85
then
86
- if [[ "$ALL_VERSIONS" == "$ALPHA_VERSION" ]]
+ if [[ "$VERSIONS" == "$ALPHA_VERSION" ]]
87
88
URL="${ALPHA}/${ARCHIVE}"
89
else
0 commit comments