更新 x86.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-02-14 00:18:54 +08:00
parent 6d09ada3c4
commit b7bdda8979

8
x86.sh
View File

@ -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}"