Skip to content

How to apply system updates

bash
sudo apt update
apt list --upgradable
sudo apt upgrade -y
sudo apt autoremove -y
[ -f /var/run/reboot-required ] && echo REBOOT_REQUIRED || echo no-reboot
# if required:
# sudo reboot

After reboot: routine maintenance checks and spot-check HTTPS fronts.

Northeast Systems · Aux Server · Infra Server