From cde945b63f8a20346bbb2d45b513d39e0bf892de Mon Sep 17 00:00:00 2001 From: orangepi-xunlong <258384131@qq.com> Date: Thu, 31 Mar 2022 09:22:38 +0800 Subject: [PATCH] Switch REVISION to 2.2.0 --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index 789bafe..55ec53a 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -22,7 +22,7 @@ umask 002 # destination DEST="${SRC}"/output -REVISION="2.1.8" +REVISION="2.2.0" [[ $DOWNLOAD_MIRROR == "china" ]] && NTP_SERVER="cn.pool.ntp.org"