Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 655 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 655 Bytes

update-buddy

Automatically check for updates on boot. If there are any, asks permission to upgrade.
screenshot

To install:

badge Or, to install manually:

sudo apt install yad
git clone https://github.com/Botspot/update-buddy
mkdir ~/.config/autostart
echo "[Desktop Entry]
Name=Update Buddy
Exec=$HOME/update-buddy/onstartup.sh
Type=Application
X-GNOME-Autostart-enabled=true
Hidden=false
NoDisplay=false" > ~/.config/autostart/update-buddy.desktop