From fd6df1cfa317af07abdb2f8d3a60e3f41f64e697 Mon Sep 17 00:00:00 2001 From: orangepi-xunlong <258384131@qq.com> Date: Tue, 6 Sep 2022 17:35:26 +0800 Subject: [PATCH] Switch REVISION to 3.0.8 --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index 0eb76f7..9b6fe20 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -42,7 +42,7 @@ else DEST="${SRC}"/output fi -REVISION="3.0.6" +REVISION="3.0.8" [[ $DOWNLOAD_MIRROR == "china" ]] && NTP_SERVER="cn.pool.ntp.org"