Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2021-03-09 21:38:57 +0300
committerGitHub <noreply@github.com>2021-03-09 21:38:57 +0300
commitb13c9c70940b30c1d376967a2ced487f80f3fa6f (patch)
tree38680fe68dd4e145bf6584d7294afde949e38b56 /static
parentde1cc8d55b5d8612cd67128e8a3731c25c2b5859 (diff)
allow updating to next major version (#1880)
Diffstat (limited to 'static')
-rw-r--r--static/update.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/update.sh b/static/update.sh
index b91bef6c..eca4c00a 100644
--- a/static/update.sh
+++ b/static/update.sh
@@ -27,6 +27,9 @@ then
elif [[ "${1}" == *"RC"* ]]
then
echo "${1}" > /tmp/prerelease.version
+elif [[ "${1}" == *"nextmajor"* ]]
+then
+ echo "$NCNEXT" > /tmp/nextmajor.version
fi
# Delete, download, run