From 05b38affdaf39fb658267f81a14ac6c9d762c020 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Sat, 3 Oct 2020 00:07:26 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97892b4..7143962 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,7 @@ Actions for Building OpenWRT 在终端输入: `bash /bin/AutoUpdate.sh` -使用最新脚本升级: `curl -s https://raw.githubusercontent.com/Hyy2001X/Openwrt-AutoUpdate/master/AutoUpdate.sh | sh` +不保留配置升级: `bash /bin/AutoUpdate.sh -n` + +使用最新脚本升级: `curl -s https://raw.githubusercontent.com/Hyy2001X/Openwrt-AutoUpdate/master/AutoUpdate.sh | bash`