Update indicator for apt-based distributions.
- Uses "apt update" by default
- Uses "apt upgrade -y" by default to upgrade
- Optional update count display on panel
- Optional notification on new updates (defaults to off)
- Available in English, French and Spanish so far
https://extensions.gnome.org/extension/1139/apt-update-indicator/
To install, simply download and execute "make install"
- Add support for Gnome-Shell 3.24
- Don't assume the use of sudo for the custom command
- Interval: choose hours/days/weeks
- Improve show-on-terminal section
- Added get-updates.sh script, to prevent gchar overflow
- Improved notifications
- Fix typo in Settings
- Fix automatic updates using minutes instead of hours
- Improve readability of notification and indicator
- Use gnome-software or update-manager to apply updates
- Change the default terminal to xterm
- Use
pkcon refreshas the default command to check for updates
- Use standard date formatting tools
- Automatic checks are now compatible across sessions
- Use hours instead of minutes in settings
- Make use of symbolic icons to follow GNOME HIG.
- Use policykit instead of sudo for password-less checks
- Add option to show update process on a terminal
- Small fixes for scripts
- Update Spanish and French translations
- Complete redesign of the Settings UI
- Check for internet connection before looking for new updates
- Remove the cancel button: process runs as root
- Improve date display
- Add a system for proper handling of global signals
- Add date and time of the last update to the menu
- Bug fixes
- Synaptic-like features: check for new packages in repository, local or obsolete packages, residual config files and autoremovable packages
- Add option to check for updates without password
- First version
Forked from https://github.com/RaphaelRochet/arch-update ! Thanks @lucatrv for all your input!