停用riscv64 backport

Signed-off-by: gfdgd_xi <3025613752@qq.com>
This commit is contained in:
2026-03-20 13:35:36 +08:00
parent 5c4864cd07
commit 998b5808b2
2 changed files with 15 additions and 1 deletions
@@ -34,7 +34,11 @@ fi
apt install -f -y
apt install debian-ports-archive-keyring debian-archive-keyring -y
if [[ -f /sources-list/sources-$1.list ]]; then
cp /sources-list/sources-$1.list /etc/apt/sources.list.d -v
if [[ $(dpkg --print-architecture) == "riscv64" ]]; then
cp /sources-list/sources-$1-without-backport.list /etc/apt/sources.list.d -v
else
cp /sources-list/sources-$1.list /etc/apt/sources.list.d -v
fi
fi
for i in {1..8};
do