更新 x86.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-02-14 00:21:44 +08:00
parent bc3b8a6fc3
commit de71efc4ee

2
x86.sh
View File

@ -46,7 +46,7 @@ bash 02-custom.sh
# 加载 .config # 加载 .config
echo -e "${YELLOW}加载 .config${NC}" echo -e "${YELLOW}加载 .config${NC}"
curl -s $mirror/openwrt/24-config-musl-x86 > .config curl -s https://git.kejizero.online/zhao/files/raw/branch/main/Config/x86_64.config > .config
# 生成默认配置 # 生成默认配置
echo -e "${GREEN}生成默认配置...${NC}" echo -e "${GREEN}生成默认配置...${NC}"