update
BuildImage / build-image (push) Has been cancelled Details

This commit is contained in:
李寻欢 2024-02-23 13:54:32 +08:00
parent 2733417d9d
commit b2c65792ed
1 changed files with 4 additions and 1 deletions

View File

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