Skip to content

Instantly share code, notes, and snippets.

@michalrus
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michalrus/332ec95ee2332a60ba64 to your computer and use it in GitHub Desktop.
Save michalrus/332ec95ee2332a60ba64 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo '-————————————- Syn -————————————-' # first, sync the db
pacman --color=never --noprogressbar -Sy 2>&1
echo
echo '-————————————- Off -————————————-' # which need upgrading?
pacman --color=never -Qu 2>&1
echo
echo '-————————————- AUR -————————————-' # which from AUR can be upgraded?
package-query --nocolor -Au 2>&1
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment