diff options
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-x | update_jdn.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 27293579..080d72e1 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -193,7 +193,10 @@ if [ -f /etc/debian_version ] ; then zsh " case $HOSTNAME in - jenkins|jenkins-test-vm|profitbricks-build*) DEBS="$DEBS squid3" ;; + jenkins|jenkins-test-vm|profitbricks-build?-amd64) DEBS="$DEBS + postfix-pcre + squid3" + ;; *) ;; esac # needed to run the 2nd reproducible builds nodes in the future... |