Repair UEngine Installer System Check Problem

This commit is contained in:
rain-gfd 2023-05-21 18:28:23 +08:00
parent d759f81905
commit aa039277a9
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