diff --git a/usr/bin/archboot-quickinst.sh b/usr/bin/archboot-quickinst.sh index 38852b66e..28a7d3f3f 100755 --- a/usr/bin/archboot-quickinst.sh +++ b/usr/bin/archboot-quickinst.sh @@ -134,6 +134,7 @@ install_packages() { ### HACK: circular depends are possible in base, install filesystem first! PACKAGES="${PACKAGES//\ filesystem\ / }" PACKAGES="filesystem ${PACKAGES}" + #shellcheck disable=SC2086 ${PACMAN} -S ${PACKAGES} }