Skip to content

Commit 29c670f

Browse files
authored
Update NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml
1 parent b713775 commit 29c670f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
run: |
9595
cd code/friendlywrt/package/base-files/files
9696
mkdir -p etc/openclash/core
97-
wget -qO- https://github.com/Dreamacro/clash/releases/download/v1.1.0/clash-linux-armv8-v1.1.0.gz | gunzip -c > etc/openclash/core/clash
98-
wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN-Premium/clash-linux-armv7-2020.09.05.gaf1a58d.gz | gunzip -c > etc/openclash/core/clash_tun
99-
wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN/clash-linux-armv7.tar.gz | tar xOvz > etc/openclash/core/clash_game
97+
wget -qO- https://github.com/Dreamacro/clash/releases/download/v1.2.0/clash-linux-armv8-v1.2.0.gz | gunzip -c > etc/openclash/core/clash
98+
wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN-Premium/clash-linux-armv8-2020.10.29.g5e54f48.gz | gunzip -c > etc/openclash/core/clash_tun
99+
wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN/clash-linux-armv8.tar.gz | tar xOvz > etc/openclash/core/clash_game
100100
chmod +x etc/openclash/core/clash*
101101
102102
- name: Update Target.mk

0 commit comments

Comments
 (0)