nanopi-openwrt/add_openclash.sh

9 lines
402 B
Bash
Raw Normal View History

2020-10-17 00:05:45 +08:00
cd ../../
2020-09-02 06:57:51 +08:00
git clone -b master https://github.com/vernesong/OpenClash.git
mv OpenClash/luci-app-openclash friendlywrt-rk3328/friendlywrt/package
cd friendlywrt-rk3328/friendlywrt/package/base-files/files
mkdir -p etc/openclash/core && cd etc/openclash/core
curl -L https://github.com/vernesong/OpenClash/releases/download/Clash/clash-linux-armv8.tar.gz | tar zxf -
chmod +x clash
2020-10-17 00:05:45 +08:00
cd ../../../../../../