summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 63abc744..6dfc805b 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -324,7 +324,7 @@ if [ -f /etc/debian_version ] ; then
# install squid everywhere except on the armhf nodes
case $HOSTNAME in
jenkins|jenkins-test-vm|profitbricks-build*|codethink*) DEBS="$DEBS
- squid3
+ squid
kgb-client
python3-yaml" ;;
*) ;;