Fix shellcheck error on Arch install command (#3092)
Double quote to prevent globbingpull/3094/head
parent
2d15fca581
commit
28d512e54c
|
@ -387,7 +387,7 @@ function arch_install() {
|
|||
pkgs="{pkgs} pulseaudio pulseaudio-alsa"
|
||||
fi
|
||||
|
||||
$SUDO pacman -S --needed --noconfirm $pkgs
|
||||
$SUDO pacman -S --needed --noconfirm "$pkgs"
|
||||
|
||||
pacman -Qs '^fann$' &> /dev/null || (
|
||||
git clone https://aur.archlinux.org/fann.git
|
||||
|
|
Loading…
Reference in New Issue