shellcheck disable

This commit is contained in:
2024-03-07 16:54:34 +05:30
parent 48721f7be6
commit 8dba0f0da4

View File

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