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 26541c6d..b23dcd0f 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -379,7 +379,7 @@ if [ -f /etc/debian_version ] ; then
if [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
sudo apt-get install -t jessie-backports jenkins-job-builder || echo "this should only fail on the first install"
elif [ "$HOSTNAME" = "jenkins" ] ; then
- sudo apt-get install -t jessie-backports ffmpeg libav-tools jenkins-job-builder
+ sudo apt-get install -t jessie-backports ffmpeg libav-tools python3-popcon jenkins-job-builder
fi
explain "packages installed."
else