mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 10:35:36 +00:00
Update the check script to exclude sudo from base-devel
This commit is contained in:
parent
51f6765634
commit
f9f7cbcaaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue