diff --git a/x86.sh b/x86.sh index efc4f9f..b8380ce 100644 --- a/x86.sh +++ b/x86.sh @@ -46,7 +46,7 @@ bash 02-custom.sh # 加载 .config 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}"