Fixed indentation

This commit is contained in:
Xavier Moffett 2024-09-28 20:53:54 -04:00
parent ef4c343826
commit 017a994529
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC

View file

@ -65,9 +65,9 @@ dist() {
}
pacman() {
if [[ "$(cat /etc/pacman.conf | grep "#DownloadUser")" ]]; then
return
fi
if [[ "$(cat /etc/pacman.conf | grep "#DownloadUser")" ]]; then
return
fi
sed -i 's/DownloadUser =/#DownloadUser=/g;s/CheckSpace/#CheckSpace/g' /etc/pacman.conf
if [[ $? == 0 ]]; then echo "Configured pacman.conf"; fi