summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index fb61d96d..9d534589 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -240,6 +240,10 @@ if [ -f /etc/debian_version ] ; then
sudo apt-get install -t jessie-backports \
pbuilder
# botch
+ # to vary kernels
+ if [ "$HOSTNAME" = "profitbricks-build2-amd64" ] ; then
+ sudo apt-get install -t jessie-backports linux-image-amd64
+ fi
explain "packages installed."
else
explain "no new packages to be installed."