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

This commit is contained in:
李寻欢 2024-02-23 13:54:32 +08:00
parent 2733417d9d
commit b2c65792ed

View File

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