- Add PKG_UPGRADE variable to lib/distro.sh:
- Debian: sudo apt upgrade -y
- Fedora: sudo dnf upgrade -y
- Export PKG_UPGRADE so stage scripts can use it
- Add upgrade step to 00-envcheck.sh after the existing cache update
- Errors are non-fatal (|| warn) to handle fresh installs gracefully