diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-25 20:34:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-25 20:34:47 +0100 |
commit | f3c8a2f6101f4b9e31fe6b2d2f9c51cb9bc14154 (patch) | |
tree | eef1c32f3f77e8eeaf4c9c197efe92166cdff81f | |
parent | a87a8c4b211a93f161723b15e9296079714432b0 (diff) | |
download | jenkins.debian.net-f3c8a2f6101f4b9e31fe6b2d2f9c51cb9bc14154.tar.xz |
reproducible fdroid: install virtualbox in build env
-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 60aa794b..c94681d3 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -223,6 +223,7 @@ if [ -f /etc/debian_version ] ; then unzip util-linux vagrant + virtualbox zlib1g-dev" ;; *) ;; |