From b7bdda897979608db51a52a83fe86c138fe8e8a8 Mon Sep 17 00:00:00 2001 From: zhao Date: Fri, 14 Feb 2025 00:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20x86.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- x86.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x86.sh b/x86.sh index 2296337..efc4f9f 100644 --- a/x86.sh +++ b/x86.sh @@ -38,11 +38,11 @@ echo -e "${GREEN}更新并安装 feeds...${NC}" ./scripts/feeds install -a # scripts -curl -sO $mirror/openwrt/scripts/00-prepare_base.sh -curl -sO $mirror/openwrt/scripts/01-prepare_base-mainline.sh +curl -sO https://git.kejizero.online/zhao/files/raw/branch/main/ZeroWrt/01-prepare_package.sh +curl -sO https://git.kejizero.online/zhao/files/raw/branch/main/ZeroWrt/02-custom.sh chmod 0755 *sh -bash 00-prepare_base.sh -bash 01-prepare_base-mainline.sh +bash 01-prepare_package.sh +bash 02-custom.sh # 加载 .config echo -e "${YELLOW}加载 .config${NC}"