From b1526e13c9829c9d4713f7652ca318e80d5a4079 Mon Sep 17 00:00:00 2001 From: orangepi-xunlong <258384131@qq.com> Date: Thu, 25 Nov 2021 19:17:46 +0800 Subject: [PATCH] Switch REVISION to 2.1.6 --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index 476deae..7a8ce8c 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -22,7 +22,7 @@ umask 002 # destination DEST="${SRC}"/output -REVISION="2.1.4" +REVISION="2.1.6" [[ $DOWNLOAD_MIRROR == "china" ]] && NTP_SERVER="cn.pool.ntp.org"