diff options
-rwxr-xr-x | update_jdn.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 7c3ef171..4625ea0f 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -324,10 +324,14 @@ if [ -f /etc/debian_version ] ; then sudo apt-get install -t jessie-backports \ pbuilder # botch - # to vary kernels + # for varying kernels if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-amd64" ]; then sudo apt-get install -t jessie-backports linux-image-amd64 fi + # only needed on the main node + if [ "$HOSTNAME" = "jenkins" ] ; then + sudo apt-get install -t jessie-backports ffmpeg libav-tools + fi explain "packages installed." else explain "no new packages to be installed." |