diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-02 19:05:29 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-02 19:05:29 -0500 |
commit | 7a9f2ecde1f42bfc88009b7e1cf19737ac3ca605 (patch) | |
tree | 085599c6591dd72ce9caf66c2bf30359aaaead58 | |
parent | f52498e176fc984a6d9fba8e68403ab39745ddff (diff) | |
download | lua4win-dist-lua-7a9f2ecde1f42bfc88009b7e1cf19737ac3ca605.tar.gz lua4win-dist-lua-7a9f2ecde1f42bfc88009b7e1cf19737ac3ca605.tar.bz2 lua4win-dist-lua-7a9f2ecde1f42bfc88009b7e1cf19737ac3ca605.zip |
Wait even longer for the installer to finish
-rwxr-xr-x | test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,6 +25,6 @@ DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/3.png | |||
25 | DISPLAY=:99 xdotool click 1 | 25 | DISPLAY=:99 xdotool click 1 |
26 | DISPLAY=:99 xdotool sleep 1 | 26 | DISPLAY=:99 xdotool sleep 1 |
27 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png | 27 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png |
28 | DISPLAY=:99 xdotool sleep 1 | 28 | DISPLAY=:99 xdotool sleep 5 |
29 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png | 29 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png |
30 | tar -czf images.tar.gz *.png | 30 | tar -czf images.tar.gz *.png |