From 00245232bf7a4a41bd0ad64e78bc8a936ff3970b Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 11 Jul 2023 17:19:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96lib64=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WineLib/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WineLib/run.sh b/WineLib/run.sh index 9c1b0b9..67d314e 100755 --- a/WineLib/run.sh +++ b/WineLib/run.sh @@ -4,7 +4,7 @@ if [[ ! -d "$CURRENT_DIR/usr" ]]; then zenity --info --text=未安装运行库,无法运行 --no-wrap exit fi -if [[ ! -d /lib64 ]]; then +if [[ ! -f /lib64 ]] && [[ ! -d /lib64 ]] && [[ ! -L /lib64 ]]; then pkexec mkdir /lib64 -p fi bwrap --dev-bind / / \