mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 06:56:36 +08:00
调整动态构建部分包安装方式
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -36,7 +36,7 @@ do
|
||||
sleep 1
|
||||
done
|
||||
apt install dpkg-dev sudo debian-ports-archive-keyring debian-archive-keyring -y
|
||||
neofetch
|
||||
#neofetch
|
||||
#if [[ `arch` != "x86_64" ]]; then
|
||||
# apt source qemu
|
||||
# cd qemu-*/
|
||||
|
||||
Reference in New Issue
Block a user