Skip to content

Commit

Permalink
docs: update download url
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Aug 13, 2023
1 parent d402a87 commit f6038a1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,16 @@ opkg feed of v2rayA for OpenWrt users.

1. Add v2rayA usign key

> Make sure package `wget-ssl` is installed on your device
> Make sure package `wget-ssl` or `libustream` is installed on your device
```sh
wget https://osdn.net/projects/v2raya/storage/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03
wget https://downloads.sourceforge.net/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"

# Japan mirror
# echo "src/gz v2raya https://ftp.jaist.ac.jp/pub/sourceforge.jp/storage/g/v/v2/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
# US mirror
# echo "src/gz v2raya https://mirrors.gigenet.com/OSDN/storage/g/v/v2/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
echo "src/gz v2raya https://downloads.sourceforge.net/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
```

3. Update feeds
Expand Down

0 comments on commit f6038a1

Please sign in to comment.