diff --git a/usr/local/bin/snigdhaos-fix-pacman-conf b/usr/local/bin/snigdhaos-fix-pacman-conf index 8370400..8d82bf2 100644 --- a/usr/local/bin/snigdhaos-fix-pacman-conf +++ b/usr/local/bin/snigdhaos-fix-pacman-conf @@ -41,6 +41,7 @@ check_file if [ $Online -eq 1 ] ; then echo "Downloading pacman.conf..." # shellcheck disable=SC2154 + # shellcheck disable=SC2086 sudo wget https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-updater/master/pacman.conf -O $workdir/etc/pacman.conf fi