shellcheck fixes

This commit is contained in:
Tobias Powalowski 2024-07-10 21:42:44 +02:00
parent 60b45b6355
commit a82ee4f8ee
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ rm -r /usr/share/{licenses,locale} /usr/lib/{systemd,tmpfiles.d}
pacman -Sy
#shellcheck disable=SC2013
for i in $(pacman -Q | cut -d ' ' -f1); do
#shellcheck disable=SC2086
rm -r "${_PACMAN_LIB}"/local/"$(pacman -Q ${i} | sd ' ' '-')"
#shellcheck disable=SC2086
if pacman -Sdd ${i} --noconfirm >>log.txt; then

View file

@ -154,6 +154,7 @@ EOF
break
else
if [[ "${_RUNNING_ARCH}" == "x86_64" ]]; then
#shellcheck disable=SC2119
_enable_testing
fi
_SYNC_URL=""