From 2ec2ac668aa7560de5fed75c0fa380b6edeecc8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Fri, 23 Feb 2024 13:57:40 +0800 Subject: [PATCH] update --- install-wechat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-wechat.sh b/install-wechat.sh index 074baaf..4adcc9c 100644 --- a/install-wechat.sh +++ b/install-wechat.sh @@ -3,7 +3,6 @@ function install() { while : do - sudo ps -ef xdotool search '微信安装向导' NOTFOUND=$? echo $NOTFOUND @@ -45,7 +44,8 @@ function install() { id -wine WeChatSetup.exe & +wine 'C:\WeChatSetup.exe' & +sudo ps -ef sleep 1m install