Add package OpenAppFilter
This commit is contained in:
		
							parent
							
								
									4154c3f6fd
								
							
						
					
					
						commit
						1f2028b482
					
				|  | @ -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 | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue