From 5b848353c328c24cfd1e43731bcb1c7eba0e2b43 Mon Sep 17 00:00:00 2001 From: baiywt Date: Tue, 9 Jan 2024 17:00:34 +0800 Subject: [PATCH] Update scripts/main.sh --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index 38026d1..9926943 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -474,7 +474,7 @@ if [[ ${IGNORE_UPDATES} != yes ]]; then if [[ ${BOARDFAMILY} == "rockchip-rk356x" && $RELEASE =~ bullseye|focal|jammy|raspi ]]; then - [[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/rk356x_packages" "branch:rk356x_packages" + [[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/rk35xx_packages" "branch:rk35xx_packages" fi