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

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