From c17ab04906f6210c489b9f28d1c1860001a61990 Mon Sep 17 00:00:00 2001 From: lindongping Date: Wed, 20 Aug 2025 13:50:55 +0800 Subject: [PATCH] debian-package-installer: delete apt bullseye-backports sources Signed-off-by: lindongping --- board/phytium/common/debian-package-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/phytium/common/debian-package-installer b/board/phytium/common/debian-package-installer index fcdab92b..7098be4a 100755 --- a/board/phytium/common/debian-package-installer +++ b/board/phytium/common/debian-package-installer @@ -30,7 +30,7 @@ do_distrorfs_second_stage() { cat <<-EOF > $asl deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free - deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free + #deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free deb http://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free EOF chmod +777 /tmp -- Gitee