diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 22:48:22 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 22:48:22 -0500 |
commit | 94ee29b9d541e7fa479756719220ab1adabfe9d6 (patch) | |
tree | 92826215762cf84b111924151f0b37235a0422a6 | |
parent | bb4812b0460d62244ee50361fddeb2b1f7a0c584 (diff) | |
download | lua4win-dist-lua-94ee29b9d541e7fa479756719220ab1adabfe9d6.tar.gz lua4win-dist-lua-94ee29b9d541e7fa479756719220ab1adabfe9d6.tar.bz2 lua4win-dist-lua-94ee29b9d541e7fa479756719220ab1adabfe9d6.zip |
explicitly set display
-rwxr-xr-x | test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & | 3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & |
4 | DISPLAY=:99 | 4 | set DISPLAY=:99 |
5 | 5 | ||
6 | msiexec /i lua4win.msi & | 6 | msiexec /i lua4win.msi & |
7 | 7 | ||