mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 23:56:36 +08:00
优化依赖安装
This commit is contained in:
@@ -38,5 +38,11 @@ neofetch
|
|||||||
#apt build-dep qemu -y
|
#apt build-dep qemu -y
|
||||||
# 如果是 Debian10 就需要安装 Python3 的依赖
|
# 如果是 Debian10 就需要安装 Python3 的依赖
|
||||||
#apt build-dep python3.7 -y
|
#apt build-dep python3.7 -y
|
||||||
apt build-dep . -y
|
for i in {1..5};
|
||||||
|
do
|
||||||
|
apt build-dep . -y
|
||||||
|
if [[ $? == 0 ]]; then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
done
|
||||||
exit 0
|
exit 0
|
||||||
Reference in New Issue
Block a user