Update r2s_lean_minimal.yml
This commit is contained in:
16
.github/workflows/r2s_lean_minimal.yml
vendored
16
.github/workflows/r2s_lean_minimal.yml
vendored
@@ -163,6 +163,22 @@ jobs:
|
|||||||
curl -L https://github.com/vernesong/OpenClash/releases/download/Clash/clash-linux-armv8.tar.gz | tar zxf -
|
curl -L https://github.com/vernesong/OpenClash/releases/download/Clash/clash-linux-armv8.tar.gz | tar zxf -
|
||||||
chmod +x clash
|
chmod +x clash
|
||||||
|
|
||||||
|
- name: Add Passwall
|
||||||
|
run: |
|
||||||
|
cd friendlywrt-rk3328/friendlywrt
|
||||||
|
echo -e '\nsrc-git lienol https://github.com/Lienol/openwrt-package' >> feeds.conf.default
|
||||||
|
./scripts/feeds update -a
|
||||||
|
rm -rf feeds/lienol/lienol/ipt2socks
|
||||||
|
rm -rf feeds/lienol/lienol/shadowsocksr-libev
|
||||||
|
rm -rf feeds/lienol/lienol/pdnsd-alt
|
||||||
|
rm -rf feeds/lienol/package/verysync
|
||||||
|
rm -rf feeds/lienol/lienol/luci-app-verysync
|
||||||
|
rm -rf package/lean/luci-app-kodexplorer
|
||||||
|
rm -rf package/lean/luci-app-pppoe-relay
|
||||||
|
rm -rf package/lean/luci-app-pptp-server
|
||||||
|
rm -rf package/lean/luci-app-v2ray-server
|
||||||
|
./scripts/feeds install -a
|
||||||
|
|
||||||
- name: Build FriendlyWrt
|
- name: Build FriendlyWrt
|
||||||
run: |
|
run: |
|
||||||
cd friendlywrt-rk3328
|
cd friendlywrt-rk3328
|
||||||
|
|||||||
Reference in New Issue
Block a user