更新 hanwckf_mt798x.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-01-18 18:35:02 +08:00
parent 96ac3568fc
commit 8be0649cbe

View File

@ -9,7 +9,7 @@ NC='\033[0m' # 无颜色
# 克隆 OpenWrt 源码 # 克隆 OpenWrt 源码
echo -e "${YELLOW}克隆 OpenWrt 源码...${NC}" echo -e "${YELLOW}克隆 OpenWrt 源码...${NC}"
git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com/openwrt/openwrt git clone --depth=1 https://github.com/hanwckf/immortalwrt-mt798x.git openwrt
# 更新 feeds 并安装 # 更新 feeds 并安装
cd openwrt || exit cd openwrt || exit