From 455c5fc9024b285d7c117be6ca462f7906f763cc Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Mon, 19 Dec 2022 23:28:23 +0000 Subject: [PATCH] Show doc to install AUR packages --- lib/core/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/core/setup.sh b/lib/core/setup.sh index 749fd66..58c6122 100644 --- a/lib/core/setup.sh +++ b/lib/core/setup.sh @@ -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" }