From b972b117eddf9295038bcf2c11880cfbe3d88bbb Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 12 Oct 2021 10:17:32 +0800 Subject: [PATCH] fix --- scripts/merge_packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/merge_packages.sh b/scripts/merge_packages.sh index 3db6145..a430259 100644 --- a/scripts/merge_packages.sh +++ b/scripts/merge_packages.sh @@ -22,7 +22,7 @@ function merge_feed(){ ./scripts/feeds install -a -p $1 } -mkdir -p package/custom +rm -rf package/custom; mkdir package/custom merge_feed nas "https://github.com/linkease/nas-packages;master" merge_feed nas_luci "https://github.com/linkease/nas-packages-luci;main" merge_package https://github.com/klever1988/openwrt-mos/trunk/luci-app-mosdns @@ -36,4 +36,4 @@ merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/uugameboos merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-uugamebooster merge_package https://github.com/kuoruan/luci-app-frpc merge_package https://github.com/small-5/luci-app-adblock-plus -merge_package https://github.com/zxlhhyccc/luci-app-v2raya \ No newline at end of file +merge_package https://github.com/zxlhhyccc/luci-app-v2raya