This commit is contained in:
gfdgd_xi 2023-05-27 22:43:51 +08:00
commit e57ac28cde
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
CheckEnv(){
# 检测是不是 Deepin
lsb_release -i | grep -i deepin
if [[ $? != 0 ]]; then
if [[ $? == 0 ]]; then
zenity --error --no-wrap '--text=您的系统无法安装 UEngine原因此脚本不支持 Deepin'
exit
fi