From 1798e1df3cb42d515d23806185525ed649a8f3de Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Thu, 25 Sep 2025 11:05:23 +0800 Subject: [PATCH] Update 01-prepare_package.sh --- scripts/01-prepare_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/01-prepare_package.sh b/scripts/01-prepare_package.sh index f7bdc66..5bff873 100644 --- a/scripts/01-prepare_package.sh +++ b/scripts/01-prepare_package.sh @@ -12,7 +12,7 @@ rm -rf feeds/packages/lang/node git clone https://github.com/sbwml/feeds_packages_lang_node-prebuilt feeds/packages/lang/node -b packages-24.10 # default settings -git clone https://github.com/BlueStack-Sky/default-settings package/new/default-settings -b openwrt-24.10 +git clone https://github.com/QuickWrt/default-settings package/new/default-settings -b openwrt-24.10 # linkease git clone https://github.com/sbwml/package_new_istore package/new/linkease @@ -196,4 +196,4 @@ rm -rf package/new/custom/luci-app-adguardhome git clone https://git.kejizero.online/zhao/luci-app-adguardhome package/new/luci-app-adguardhome # argon -git clone https://github.com/BlueStack-Sky/luci-theme-argon package/new/luci-theme-argon +git clone https://github.com/QuickWrt/luci-theme-argon package/new/luci-theme-argon