Skip to content

Commit

Permalink
Update NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soffchen authored Mar 15, 2021
1 parent c62a619 commit ce8a5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
cd code/friendlywrt/package/base-files/files
mkdir -p etc/openclash/core
# for updates, go to: https://github.com/Dreamacro/clash/releases
wget -qO- https://github.com/Dreamacro/clash/releases/download/v1.4.1/clash-linux-armv8-v1.4.1.gz | gunzip -c > etc/openclash/core/clash
wget -qO- https://github.com/Dreamacro/clash/releases/download/v1.4.2/clash-linux-armv8-v1.4.2.gz | gunzip -c > etc/openclash/core/clash
# for updates, go to: https://github.com/vernesong/OpenClash/releases/tag/TUN-Premium
wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN-Premium/clash-linux-armv8-2021.02.21.gz | gunzip -c > etc/openclash/core/clash_tun
wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN-Premium/clash-linux-armv8-2021.03.10.gz | gunzip -c > etc/openclash/core/clash_tun
# for updates, go to: https://github.com/vernesong/OpenClash/releases/tag/TUN
wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN/clash-linux-armv8.tar.gz | tar xOvz > etc/openclash/core/clash_game
chmod +x etc/openclash/core/clash*
Expand Down

0 comments on commit ce8a5c1

Please sign in to comment.