提交 b5d1dd11 编写于 作者: S songchenwen

Add Clash Binary

上级 647381b0
......@@ -41,6 +41,15 @@ jobs:
run: |
. lean_patches.sh
- name: Download Clash Binary
run: |
CLASH_VERSION=v0.19.0
mkdir -p friendlywrt-rk3328/friendlywrt/package/base-files/files/usr/bin
cd friendlywrt-rk3328/friendlywrt/package/base-files/files/usr/bin
wget -O clash.gz https://github.com/Dreamacro/clash/releases/download/$CLASH_VERSION/clash-linux-armv8-$CLASH_VERSION.gz
gunzip clash.gz
chmod +x clash
- name: Build Config
run: |
cd friendlywrt-rk3328
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册