package upgrade: libpcap

This commit is contained in:
root
2020-10-17 00:05:45 +08:00
parent b9ff32ebd8
commit ad77797fa7
8 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,8 @@
cd ../../
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
cd ../../../../../../