更新 IPQ807x.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-01-17 00:09:49 +08:00
parent 2951b0db15
commit 36b87d6f81

View File

@ -29,7 +29,7 @@ sudo apt-get clean
# 克隆 OpenWrt 源码
echo -e "${YELLOW}克隆 OpenWrt 源码...${NC}"
git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com/openwrt/openwrt
git clone https://github.com/coolsnowwolf/lede openwrt
# 更新 feeds 并安装
cd openwrt || exit