提交 4e041f3f 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

remove xvfb script

上级 81ff9621
#!/bin/bash
[ "$(which Xvfb)" = "" ] && {
sudo apt-get -qq update
sudo apt-get -qqy install xvfb
echo 1>&2 "Install Xvfb done"
}
[ "$(pgrep -c Xvfb)" = 0 ] && {
Xvfb :99 -screen 0 640x480x8 > /dev/null 2>&1 &
echo 1>&2 "Start Xvfb done"
}
echo 1>&2 "Xvfb ready."
echo 1>&2
[ "$DISPLAY" = "" ] && {
echo "export DISPLAY=:99.0"
echo 1>&2
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册