Switched to wget for pacman

This commit is contained in:
gator96100 2019-08-16 14:30:15 +02:00
commit 1c4e2c81d9
3 changed files with 8 additions and 2 deletions

View file

@ -16,7 +16,7 @@
#GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto
@ -30,7 +30,7 @@ Architecture = auto
# Misc options
#UseSyslog
#Color
Color
#TotalDownload
CheckSpace
#VerbosePkgLists

View file

@ -177,5 +177,6 @@ if [ "$MAYBE_FIRST_START" = "true" ]; then
echo "###################################################################"
echo
echo
sleep infinity
fi
unset MAYBE_FIRST_START

View file

@ -138,3 +138,8 @@
# default root certs location
ca_certificate=/usr/ssl/certs/ca-bundle.crt
#connect_timeout=30
#dns_timeout=30
#read_timeout=30
timeout=10