#!/bin/sh
echo "Disabling purgekernels after apt run."
rm -f /etc/apt/apt.conf.d/88purgekernels
