From 8c0ad2bc93b91dfe35eae38fb4909a9bbe24ad78 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sat, 9 May 2026 22:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbookworm=E6=9C=AA=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E6=B7=BB=E5=8A=A0=E5=AE=89=E5=85=A8=E6=BA=90=E7=9A=84?= =?UTF-8?q?=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> --- .../configure-building-enviroment-base-system.sh | 2 +- .github/workflows/configure-building-enviroment.sh | 1 + .github/workflows/sources-tianlu.list | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/sources-tianlu.list diff --git a/.github/workflows/configure-building-enviroment-base-system.sh b/.github/workflows/configure-building-enviroment-base-system.sh index b6e8975..799ac38 100755 --- a/.github/workflows/configure-building-enviroment-base-system.sh +++ b/.github/workflows/configure-building-enviroment-base-system.sh @@ -74,6 +74,6 @@ sudo chroot $bottlePath git clone $4 -b $6 #--depth=1 sudo mv $bottlePath/$(basename $3)/.github/workflows/* $bottlePath/$(basename $4)/.github/workflows -v # 修改版本号 #sudo sed -i "s/) UNRELEASED; urgency=medium/~$2) UNRELEASED; urgency=medium/g" $bottlePath/deep-wine-runner-qemu-system/debian/changelog -env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh env GXDE_CROSS_ARCH=$GXDE_CROSS_ARCH .github/workflows/configure-building-enviroment.sh $7 +env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh $7 $GXDE_CROSS_ARCH exit 0 diff --git a/.github/workflows/configure-building-enviroment.sh b/.github/workflows/configure-building-enviroment.sh index 254f9af..c0565db 100755 --- a/.github/workflows/configure-building-enviroment.sh +++ b/.github/workflows/configure-building-enviroment.sh @@ -1,5 +1,6 @@ #!/bin/bash export DEBIAN_FRONTEND=noninteractive # 防止卡 tzdate +GXDE_CROSS_ARCH=$2 #mkdir -p /etc/apt/sources.list.d/ #cp /etc/apt/sources.list /etc/apt/sources.list.d/sources.list #sed -i "s/deb /deb-src /g" /etc/apt/sources.list.d/sources.list diff --git a/.github/workflows/sources-tianlu.list b/.github/workflows/sources-tianlu.list new file mode 100644 index 0000000..f9dbb5d --- /dev/null +++ b/.github/workflows/sources-tianlu.list @@ -0,0 +1,10 @@ +# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 +deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware +deb-src https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware + +deb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware +deb-src https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware + +# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换 +deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware +deb-src https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware \ No newline at end of file