mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-27 15:24:45 +00:00
Add package OpenAppFilter
This commit is contained in:
+11
-5
@@ -33,11 +33,16 @@ do
|
|||||||
fi
|
fi
|
||||||
if [ -f $2/Makefile ] || [ -f $2/README* ];then
|
if [ -f $2/Makefile ] || [ -f $2/README* ];then
|
||||||
echo "[$(date "+%H:%M:%S")] Package $2 detected!"
|
echo "[$(date "+%H:%M:%S")] Package $2 detected!"
|
||||||
if [ $2 == OpenClash ];then
|
case $2 in
|
||||||
mv $2/luci-app-openclash ./package/lean
|
OpenClash)
|
||||||
else
|
mv ./$2/luci-app-openclash ./package/lean
|
||||||
mv $2 ./package/lean
|
;;
|
||||||
fi
|
openwrt-OpenAppFilter)
|
||||||
|
mv ./$2 ./package/lean
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
mv ./$2 ./package/lean
|
||||||
|
esac
|
||||||
rm -rf ./$2 > /dev/null 2>&1
|
rm -rf ./$2 > /dev/null 2>&1
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
@@ -79,6 +84,7 @@ ExtraPackages git luci-app-adguardhome https://github.com/Hyy2001X master
|
|||||||
ExtraPackages svn luci-app-smartdns https://github.com/project-openwrt/openwrt/trunk/package/ntlf9t
|
ExtraPackages svn luci-app-smartdns https://github.com/project-openwrt/openwrt/trunk/package/ntlf9t
|
||||||
ExtraPackages svn smartdns https://github.com/project-openwrt/openwrt/trunk/package/ntlf9t
|
ExtraPackages svn smartdns https://github.com/project-openwrt/openwrt/trunk/package/ntlf9t
|
||||||
ExtraPackages git OpenClash https://github.com/vernesong master
|
ExtraPackages git OpenClash https://github.com/vernesong master
|
||||||
|
ExtraPackages git openwrt-OpenAppFilter https://github.com/Lienol master
|
||||||
ExtraPackages git luci-app-serverchan https://github.com/tty228 master
|
ExtraPackages git luci-app-serverchan https://github.com/tty228 master
|
||||||
ExtraPackages svn luci-app-socat https://github.com/xiaorouji/openwrt-package/trunk/lienol
|
ExtraPackages svn luci-app-socat https://github.com/xiaorouji/openwrt-package/trunk/lienol
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user