mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 07:26:36 +08:00
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user