From 257ec720e1ba78bbdd2437d62c97ce1d806cbe9c Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sat, 16 May 2026 12:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86loong64=20debian13=20gpg?= =?UTF-8?q?=E7=AD=BE=E5=90=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gfdgd_xi <3025613752@qq.com> --- .github/workflows/configure-building-enviroment.sh | 5 +---- .github/workflows/sources-zhuangzhuang-loong64.list | 12 ++++++------ 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/configure-building-enviroment.sh b/.github/workflows/configure-building-enviroment.sh index 402b06c..c61d4d8 100755 --- a/.github/workflows/configure-building-enviroment.sh +++ b/.github/workflows/configure-building-enviroment.sh @@ -40,15 +40,12 @@ if [[ -f /sources-list/sources-$1.list ]]; then else if [[ $(dpkg --print-architecture) == "loong64" ]] || [[ $GXDE_CROSS_ARCH == "loong64" ]]; then cp /sources-list/sources-$1-loong64.list /etc/apt/sources.list.d -v + wget -O /etc/apt/trusted.gpg.d/debian-trixie-loong64.gpg https://loong13.debian.net/keyrings/debian-trixie-loong64.gpg else cp /sources-list/sources-$1.list /etc/apt/sources.list.d -v fi fi fi -sed -i "s%deb http%deb [trusted=true] http%g" /etc/apt/sources.list.d/*.list -sed -i "s%deb-src http%deb-src [trusted=true] http%g" /etc/apt/sources.list.d/*.list -sed -i "s%deb http%deb [trusted=true] http%g" /etc/apt/sources.list -sed -i "s%deb-src http%deb-src [trusted=true] http%g" /etc/apt/sources.list for i in {1..8}; do apt update -o Acquire::Check-Valid-Until=false -y diff --git a/.github/workflows/sources-zhuangzhuang-loong64.list b/.github/workflows/sources-zhuangzhuang-loong64.list index d50ac92..4637fce 100644 --- a/.github/workflows/sources-zhuangzhuang-loong64.list +++ b/.github/workflows/sources-zhuangzhuang-loong64.list @@ -1,14 +1,14 @@ deb http://loong13.debian.net/debian-loong64/ trixie main contrib non-free non-free-firmware deb-src http://loong13.debian.net/debian-loong64/ trixie main contrib non-free non-free-firmware -deb [trusted=true] http://loong13.debian.net/debian-loong64/ trixie-updates main contrib non-free non-free-firmware -deb-src [trusted=true] http://loong13.debian.net/debian-loong64/ trixie-updates main contrib non-free non-free-firmware +deb http://loong13.debian.net/debian-loong64/ trixie-updates main contrib non-free non-free-firmware +deb-src http://loong13.debian.net/debian-loong64/ trixie-updates main contrib non-free non-free-firmware -deb [trusted=true] http://loong13.debian.net/debian-loong64/ trixie-backports main contrib non-free non-free-firmware -deb-src [trusted=true] http://loong13.debian.net/debian-loong64/ trixie-backports main contrib non-free non-free-firmware +deb http://loong13.debian.net/debian-loong64/ trixie-backports main contrib non-free non-free-firmware +deb-src http://loong13.debian.net/debian-loong64/ trixie-backports main contrib non-free non-free-firmware -deb [trusted=true] http://loong13.debian.net/debian-loong64-security/ trixie-security main contrib non-free non-free-firmware -deb-src [trusted=true] http://loong13.debian.net/debian-loong64-security/ trixie-security main contrib non-free non-free-firmware +deb http://loong13.debian.net/debian-loong64-security/ trixie-security main contrib non-free non-free-firmware +deb-src http://loong13.debian.net/debian-loong64-security/ trixie-security main contrib non-free non-free-firmware # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://deb.debian.org/debian/ trixie main contrib non-free non-free-firmware