chore: add notification for azure-distrobox

This commit is contained in:
Bastien Riviere 2024-05-19 16:50:42 +02:00
parent ad82b8b879
commit d14d2ace8c
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -5,4 +5,6 @@ if [ ! -f ~/.config/distrobox.ini ]; then
exit 0
fi
notify-send "Azure Distrobox" "Updating distroboxes" -u NORMAL
distrobox assemble create --file ~/.config/distrobox.ini
notify-send "Azure Distrobox" "Finished updating distroboxes" -u NORMAL