Skip to content
......@@ -492,7 +492,7 @@ if [ -f /etc/debian_version ] ; then
# - this is done as a seperate step as bpo kernels are frequently uninstallable when upgraded on bpo
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build15-amd64" ] \
|| [ "$HOSTNAME" = "osuosl-build172-amd64" ] ; then
#sudo apt install linux-image-amd64/stretch-backports || true # backport kernels are frequently uninstallable...
sudo apt install linux-image-amd64/buster-backports || true # backport kernels are frequently uninstallable...
:
elif [ "$HOSTNAME" = "profitbricks-build6-i386" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] \
|| [ "$HOSTNAME" = "profitbricks-build2-i386" ] || [ "$HOSTNAME" = "profitbricks-build12-i386" ] ; then
......@@ -500,7 +500,7 @@ if [ -f /etc/debian_version ] ; then
sudo apt install linux-image-amd64:amd64
elif [ "$HOSTNAME" = "osuosl-build169-amd64" ] || [ "$HOSTNAME" = "osuosl-build170-amd64" ] ; then
# Arch Linux builds latest stuff which sometimes (eg, currentlt Qt) needs newer kernel to build...
#sudo apt install linux-image-amd64/stretch-backports || true # backport kernels are frequently uninstallable...
sudo apt install linux-image-amd64/buster-backports || true # backport kernels are frequently uninstallable...
:
fi
# don't (re-)install pbuilder if it's on hold
......