File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments