From 5a0aa5160c50618e2539307e86489094ef37b6d7 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 2 May 2023 19:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=8F=AA=E8=83=BD=E5=9C=A8ub?= =?UTF-8?q?untu=E5=AE=89=E8=A3=85=E7=9A=84=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uengine-installer | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uengine-installer b/uengine-installer index f978263..eadb2ca 100755 --- a/uengine-installer +++ b/uengine-installer @@ -3,10 +3,10 @@ CheckEnv(){ # 检测是不是 Ubuntu lsb_release -i | grep -i ubuntu - if [[ $? != 0 ]]; then - zenity --error --no-wrap '--text=您的系统无法安装 UEngine,原因:此脚本只支持 Ubuntu' - exit - fi +# if [[ $? != 0 ]]; then +# zenity --error --no-wrap '--text=您的系统无法安装 UEngine,原因:此脚本只支持 Ubuntu' +# exit +# fi # 检测架构 if [[ `arch` != "x86_64" ]]; then zenity --error --no-wrap '--text=您的系统无法安装 UEngine,原因:暂不支持非 X86 架构'