Workaround: Change default RELEASE of Yatopia (#922)

This commit is contained in:
basisbit 2021-06-16 14:34:38 +02:00 committed by GitHub
parent 727a1f29d1
commit 1bb2f92f5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ IFS=$'\n\t'
isDebugging && set -x
: ${VANILLA_VERSION:?}
: ${RELEASE:=stable}
: ${RELEASE:=latest}
: ${FORCE_REDOWNLOAD:=false}
requireEnum RELEASE stable latest