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 b6cb4998..edb5f482 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -468,7 +468,8 @@ if [ -f /etc/debian_version ] ; then
$UP2DATE || sudo apt-get update
$UP2DATE || sudo apt-get install $DEBS $MASTERDEBS
case $HOSTNAME in
- codethink*) ;;
+ codethink*) $UP2DATE || sudo apt-get install pbuilder lintian
+ ;;
*) $UP2DATE || sudo apt-get install -t jessie-backports \
pbuilder lintian || echo "this should only fail on the first install"
;;