diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index 94857aa7f..61cf28bf0 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -4,7 +4,7 @@ _pacman() { - shellcheck disable=SC2086,SC2069 + #shellcheck disable=SC2086,SC2069 ${_PACMAN} -Sy ${_PACKAGES} |& tee -a "${_LOG}" /tmp/pacman.log &>"${_NO_LOG}" echo $? > /tmp/.pacman-retcode if [[ $(cat /tmp/.pacman-retcode) -ne 0 ]]; then