Update diy-part2.sh
This commit is contained in:
parent
072b48924a
commit
0a1e01bd63
@ -12,3 +12,11 @@
|
||||
|
||||
# Modify default IP
|
||||
#sed -i 's/192.168.1.1/192.168.50.5/g' package/base-files/files/bin/config_generate
|
||||
##-----------------Add OpenClash dev core------------------
|
||||
curl -sL -m 30 --retry 2 https://raw.githubusercontent.com/vernesong/OpenClash/master/core-lateset/dev/clash-linux-arm64.tar.gz -o /tmp/clash.tar.gz
|
||||
tar zxvf /tmp/clash.tar.gz -C /tmp >/dev/null 2>&1
|
||||
chmod +x /tmp/clash >/dev/null 2>&1
|
||||
mkdir -p feeds/luci/applications/luci-app-openclash/root/etc/openclash/core
|
||||
mv /tmp/clash feeds/luci/applications/luci-app-openclash/root/etc/openclash/core/clash >/dev/null 2>&1
|
||||
rm -rf /tmp/clash.tar.gz >/dev/null 2>&1
|
||||
##---------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user