You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A key must be pressed if upgradeable packages are available
This allows you to preview the packages before patching
Upgrade the system (sudo apt full-upgrade)
Clean up the system (sudo apt --purge autoremove && sudo apt clean)
Trim the file system (sudo fstrim -av)
Check if a reboot is required, if yes:
Reboot now
Reboot to a specific time
Do nothing
This script is not complex and can easily be modified to your needs
The script can be aborted on every step
⚠️ Information
The optional script apt_autopatch_assume_yes_quit.sh adds an "assume yes and quiet" / -yq" to sudo apt full-upgrade
and sudo apt --purge autoremove && sudo apt clean