Update the check script to exclude sudo from base-devel

This commit is contained in:
Filippo Squillace 2017-04-24 23:10:32 +01:00
parent 51f6765634
commit f9f7cbcaaa

View file

@ -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