add shellcheck

This commit is contained in:
Tobias Powalowski 2022-01-26 11:40:22 +01:00
parent f2e821448a
commit 40cbf8c5f4

View file

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