This commit is contained in:
parent
2733417d9d
commit
b2c65792ed
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user