调整meimei构建

Signed-off-by: gfdgd_xi <3025613752@qq.com>
This commit is contained in:
2026-05-03 21:49:26 +08:00
parent 006e59e54e
commit 82a741a08e
5 changed files with 40 additions and 15 deletions
@@ -35,9 +35,13 @@ apt install -f -y
apt install debian-ports-archive-keyring debian-archive-keyring -y
if [[ -f /sources-list/sources-$1.list ]]; then
if [[ $(dpkg --print-architecture) == "riscv64" ]]; then
cp /sources-list/sources-$1-without-backport.list /etc/apt/sources.list.d -v
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
if [[ $(dpkg --print-architecture) == "loong64" ]]; then
cp /sources-list/sources-$1-loong64.list /etc/apt/sources.list.d -v
else
cp /sources-list/sources-$1.list /etc/apt/sources.list.d -v
fi
fi
fi
for i in {1..8};