4 lines
104 B
Bash
4 lines
104 B
Bash
export DISPLAY=":99.0"
|
|
sh -e /etc/init.d/xvfb start
|
|
cd /tmp/workspace/project/
|
|
out/D/electron --version
|