diff options
| -rwxr-xr-x | test | 9 |
1 files changed, 8 insertions, 1 deletions
| @@ -70,5 +70,12 @@ DISPLAY=:99 xdotool sleep 3 | |||
| 70 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png | 70 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png |
| 71 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") F | 71 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") F |
| 72 | DISPLAY=:99 xdotool sleep 3 | 72 | DISPLAY=:99 xdotool sleep 3 |
| 73 | DISPLAY=:99 xwd | magick xwd:- png:/root/8.png | 73 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/8.png |
| 74 | tar -czf images.tar.gz *.png | 74 | tar -czf images.tar.gz *.png |
| 75 | |||
| 76 | # Make sure we've installed it | ||
| 77 | INSTALLDIR='/root/.wine/drive_c/Program Files (x86)/Lua4Win/Lua4Win 1.0' | ||
| 78 | test -e $INSTALLDIR/luajit.exe | ||
| 79 | test -e $INSTALLDIR/luarocks.exe | ||
| 80 | wine "$INSTALLDIR/luarocks.exe" --help | ||
| 81 | wine "$INSTALLDIR/luarocks.exe" config | ||
