OSDN Git Service

README: remove broken mirror
authorTianling Shen <cnsztl@immortalwrt.org>
Fri, 5 Aug 2022 14:01:01 +0000 (22:01 +0800)
committerTianling Shen <cnsztl@immortalwrt.org>
Fri, 5 Aug 2022 14:01:01 +0000 (22:01 +0800)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
README.md
README.zh-cn.md

index cec4cb9..a5b4f1c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,18 +12,12 @@ opkg feed of v2rayA for OpenWrt users.
 
    ```sh
    wget https://osdn.net/projects/v2raya/storage/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03
-
-   # Mirror
-   # wget https://mirror.iscas.ac.cn/osdn/storage/g/v/v2/v2raya/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03
    ```
 
 2. Import v2rayA feed
 
    ```sh
    echo "src/gz v2raya https://osdn.net/projects/v2raya/storage/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
-
-   # Mirror
-   # echo "src/gz v2raya https://mirror.iscas.ac.cn/osdn/storage/g/v/v2/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
    ```
 
 3. Update feeds
index 5907aed..c2d6d9c 100644 (file)
 
    ```sh
    wget https://osdn.net/projects/v2raya/storage/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03
-
-   # 国内镜像
-   # wget https://mirror.iscas.ac.cn/osdn/storage/g/v/v2/v2raya/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03
    ```
 
 2. 添加 v2rayA 软件源
 
    ```sh
    echo "src/gz v2raya https://osdn.net/projects/v2raya/storage/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
-
-   # 国内镜像
-   # echo "src/gz v2raya https://mirror.iscas.ac.cn/osdn/storage/g/v/v2/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
    ```
 
 3. 更新软件源