mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 07:36:38 +08:00
三调
This commit is contained in:
@@ -27,9 +27,9 @@ else
|
|||||||
useDebianPort
|
useDebianPort
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
sudo debootstrap --include=git,cmake,gcc,make,debian-ports-archive-keyring,debian-archive-keyring,g++,dpkg-dev,qtbase5-dev--arch=$1 $2 $bottlePath $5
|
sudo debootstrap --include=git,cmake,gcc,make,debian-ports-archive-keyring,debian-archive-keyring,g++,dpkg-dev,qtbase5-dev,ca-certificates --arch=$1 $2 $bottlePath $5
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
sudo debootstrap --foreign --include=git,cmake,gcc,make,debian-ports-archive-keyring,debian-archive-keyring,g++,dpkg-dev,qtbase5-dev --arch=$1 $2 $bottlePath $5
|
sudo debootstrap --foreign --include=git,cmake,gcc,make,debian-ports-archive-keyring,debian-archive-keyring,g++,dpkg-dev,qtbase5-dev,ca-certificates --arch=$1 $2 $bottlePath $5
|
||||||
fi
|
fi
|
||||||
if [[ $? != 0 ]] && [[ $1 == loong64 ]]; then
|
if [[ $? != 0 ]] && [[ $1 == loong64 ]]; then
|
||||||
sudo apt install squashfs-tools git -y
|
sudo apt install squashfs-tools git -y
|
||||||
|
|||||||
Reference in New Issue
Block a user