From 154a39c85a4a5855090c4a96b89eef516b8d0ff3 Mon Sep 17 00:00:00 2001 From: Bard Date: Sat, 9 Sep 2023 14:03:35 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33bcb4736..d684e20e7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# Psswall & SSRP 插件防炸上游备份 - v2ray-core v5 +# Psswall & SSRP 插件防炸上游备份 -## openwrt 22.03 +### 防止插件上游进行激进的改动,导致一些问题的出现,备份并按需同步可以确保编译时插件始终可用 + +```shell +rm -rf feeds/packages/net/{xray-core,v2ray-core,v2ray-geodata,sing-box} +git clone https://github.com/sbwml/openwrt_helloworld package/helloworld +```