更新 x86.sh
Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
parent
6d09ada3c4
commit
b7bdda8979
8
x86.sh
8
x86.sh
@ -38,11 +38,11 @@ echo -e "${GREEN}更新并安装 feeds...${NC}"
|
|||||||
./scripts/feeds install -a
|
./scripts/feeds install -a
|
||||||
|
|
||||||
# scripts
|
# scripts
|
||||||
curl -sO $mirror/openwrt/scripts/00-prepare_base.sh
|
curl -sO https://git.kejizero.online/zhao/files/raw/branch/main/ZeroWrt/01-prepare_package.sh
|
||||||
curl -sO $mirror/openwrt/scripts/01-prepare_base-mainline.sh
|
curl -sO https://git.kejizero.online/zhao/files/raw/branch/main/ZeroWrt/02-custom.sh
|
||||||
chmod 0755 *sh
|
chmod 0755 *sh
|
||||||
bash 00-prepare_base.sh
|
bash 01-prepare_package.sh
|
||||||
bash 01-prepare_base-mainline.sh
|
bash 02-custom.sh
|
||||||
|
|
||||||
# 加载 .config
|
# 加载 .config
|
||||||
echo -e "${YELLOW}加载 .config${NC}"
|
echo -e "${YELLOW}加载 .config${NC}"
|
||||||
|
Loading…
Reference in New Issue
Block a user