From f9f7cbcaaafbb6e3fea736b8d848836a47398b26 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Mon, 24 Apr 2017 23:10:32 +0100 Subject: [PATCH] Update the check script to exclude `sudo` from `base-devel` --- lib/checks/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checks/check.sh b/lib/checks/check.sh index 4a0cd73..7c0bd6e 100755 --- a/lib/checks/check.sh +++ b/lib/checks/check.sh @@ -33,7 +33,7 @@ info "Validating JuNest located in ${JUNEST_HOME}..." info "Initial JuNest setup..." echo "Server = ${DEFAULT_MIRROR}" >> /etc/pacman.d/mirrorlist pacman --noconfirm -Syy -pacman --noconfirm -S base-devel +pacman --noconfirm -S $(pacman -Sg base-devel | cut -d ' ' -f 2 | grep -v sudo) info "Checking essential executables work..." pacman -Qi pacman 1> /dev/null