调整动态构建部分包安装方式

This commit is contained in:
2024-11-12 22:07:17 +08:00
parent a0b1e96888
commit 041520a003
2 changed files with 2 additions and 2 deletions
@@ -27,7 +27,7 @@ else
useDebianPort
fi
fi
sudo debootstrap --arch=$1 $2 $bottlePath $5
sudo debootstrap --include=git,cmake,gcc,make,debian-ports-archive-keyring,debian-archive-keyring,g++,dpkg-dev,qtbase5-dev,qtbase5-private-dev --arch=$1 $2 $bottlePath $5
if [[ $? != 0 ]] && [[ $1 == loong64 ]]; then
sudo apt install squashfs-tools git -y
wget https://github.com/GXDE-OS/GXDE/releases/download/resources/debian-base-loong64.squashfs