新增滚动构建

This commit is contained in:
2024-11-12 12:56:00 +08:00
parent f6edd4e141
commit d0b88cd451
5 changed files with 127 additions and 4 deletions
@@ -24,7 +24,7 @@ else
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/bixie ./" >> /etc/apt/sources.list.d/gxde-os.list
fi
if [[ $(dpkg --print-architecture) == "loong64" ]]; then
echo "deb [trusted=true] https://packages.gxde.org/debian-loong64/ unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list
echo "deb [trusted=true] https://deb.debian.org/debian-ports/ unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list
fi
apt install debian-ports-archive-keyring debian-archive-keyring -y
for i in {1..8};