Skip to content

Instantly share code, notes, and snippets.

@ElPresidentePoole
Created May 30, 2023 06:38
Show Gist options
  • Save ElPresidentePoole/3442966a967a700f77b39dd70c236d9d to your computer and use it in GitHub Desktop.
Save ElPresidentePoole/3442966a967a700f77b39dd70c236d9d to your computer and use it in GitHub Desktop.
Check for Updates on Void Linux (xbps)
#!/usr/bin/env sh
UPDATE_COUNT=$(xbps-install -SMnu | wc -l)
notify-send "$UPDATE_COUNT updates are available for install."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment