From 6cfbcaaf9cd111e2ca4f2211ad9d56e413034b42 Mon Sep 17 00:00:00 2001 From: leeboby Date: Thu, 26 Aug 2021 09:08:43 +0800 Subject: [PATCH] Switch REVISION to 2.1.4 --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index adcf7bd..cb2fbe3 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -22,7 +22,7 @@ umask 002 # destination DEST="${SRC}"/output -REVISION="2.1.2" +REVISION="2.1.4" [[ $DOWNLOAD_MIRROR == "china" ]] && NTP_SERVER="cn.pool.ntp.org"