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