Show doc to install AUR packages

This commit is contained in:
Filippo Squillace 2022-12-19 23:28:23 +00:00 committed by Filippo Squillace
parent 1c16425b88
commit 455c5fc902

View file

@ -61,6 +61,9 @@ function _setup_env(){
echo
info "Remember to refresh the package databases from the server:"
info " pacman -Syy"
echo
info "To install packages from AUR follow the wiki here:"
info "https://github.com/fsquillace/junest#install-packages-from-aur"
}