diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-30 11:01:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-30 11:01:52 +0200 |
commit | 04dd73cd54f63da9e1a345f7a95175fb2527d5fb (patch) | |
tree | bf95a7d5fbad95c26b8627a76da3fd776b24b8ca | |
parent | 5017d384f8de17b34318964e1b63dcad62b1a59c (diff) | |
download | jenkins.debian.net-04dd73cd54f63da9e1a345f7a95175fb2527d5fb.tar.xz |
install xvfb needed for torbrowser tests
-rwxr-xr-x | update_jdn.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 4ab166e9..3ae28de9 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -351,6 +351,7 @@ if [ -f /etc/debian_version ] ; then whohas x11-apps xtightvncviewer + xvfb xvkbd zutils" else |