Topic: Quick bash alias to upgrade Hyperbola
Just put the following line in your .bashrc
alias upgrade-hyperbola='sudo pacman -Sy && sudo pacman -Su'
and later type:
$ upgrade-hyperbola
to fetch any new security packages, and upgrade the Hyperbola GNU/Linux-libre which replaces update/upgrade commands used in other GNU distributions.