Does anyone know of a script that makes the process below easier? 😀 I’d like to automate the process as much as possible. Thanks.
Does anyone know of a script that makes the process below easier? 😀 I’d like to automate the process as much as possible. Thanks.
Best answer by ppp
Manage a Publisher - Netskope Knowledge Portal
There is a script for Kernel Update, if you just want to increase the space remember to remove/comment last line!!!
# The below will install linux-image-generic apt package that will manage kernel updates as part of apt upgrade sudo apt-get update && sudo apt-get install linux-image-generic -y && sudo DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold upgrade -y && sudo reboot
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.