Skip to main content

Does anyone know of a script that makes the process below easier? 😀 I’d like to automate the process as much as possible. Thanks. 

 

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

Thank you! This is exactly what I needed. 😀 Is there a script that can increase the Publisher disk space to 30GB? 


Reply