diff options
Diffstat (limited to 'pacman-extra.conf')
-rw-r--r-- | pacman-extra.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pacman-extra.conf b/pacman-extra.conf index 8ea402a..ff1d93d 100644 --- a/pacman-extra.conf +++ b/pacman-extra.conf @@ -16,10 +16,9 @@ #GPGDir = /etc/pacman.d/gnupg/ #HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -C - -f %u > %o +#XferCommand = /usr/bin/curl -L -C - -f -o %o %u #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled -#UseDelta = 0.7 Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup @@ -90,4 +89,3 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs - |