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/ #GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman HoldPkg = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o #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 #CleanMethod = KeepInstalled
#UseDelta = 0.7 #UseDelta = 0.7
Architecture = auto Architecture = auto
@ -30,7 +30,7 @@ Architecture = auto
# Misc options # Misc options
#UseSyslog #UseSyslog
#Color Color
#TotalDownload #TotalDownload
CheckSpace CheckSpace
#VerbosePkgLists #VerbosePkgLists

View file

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

View file

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