update
Some checks failed
BuildImage / build-image (push) Has been cancelled

This commit is contained in:
李寻欢 2024-02-23 13:57:40 +08:00
parent b2c65792ed
commit 2ec2ac668a

View File

@ -3,7 +3,6 @@
function install() { function install() {
while : while :
do do
sudo ps -ef
xdotool search '微信安装向导' xdotool search '微信安装向导'
NOTFOUND=$? NOTFOUND=$?
echo $NOTFOUND echo $NOTFOUND
@ -45,7 +44,8 @@ function install() {
id id
wine WeChatSetup.exe & wine 'C:\WeChatSetup.exe' &
sudo ps -ef
sleep 1m sleep 1m
install install