Fixed indentation
This commit is contained in:
parent
ef4c343826
commit
017a994529
1 changed files with 3 additions and 3 deletions
6
dist/src/pacwrap-dist
vendored
6
dist/src/pacwrap-dist
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue