Fix shellcheck error on Arch install command (#3092)

Double quote to prevent globbing
pull/3094/head
Kris Gesling 2022-04-07 15:45:10 +09:30 committed by GitHub
parent 2d15fca581
commit 28d512e54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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