summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate_jdn.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 116f8b15..60aa794b 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -194,7 +194,7 @@ if [ -f /etc/debian_version ] ; then
bpi0|hb0|profitbricks-build5-amd64|profitbricks-build6-amd64) DEBS="$DEBS ntpdate" ;;
*) ;;
esac
- # needed to run coreboot/openwrt/netbsd/fedora jobs
+ # needed to run coreboot/openwrt/netbsd/fedora/fdroid jobs
case $HOSTNAME in
profitbricks-build3-amd64) DEBS="$DEBS
bison
@@ -222,6 +222,7 @@ if [ -f /etc/debian_version ] ; then
tree
unzip
util-linux
+ vagrant
zlib1g-dev"
;;
*) ;;