mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-14 02:27:03 -07:00
Switched to wget for pacman
This commit is contained in:
parent
f0dc1ea8b0
commit
1c4e2c81d9
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -177,5 +177,6 @@ if [ "$MAYBE_FIRST_START" = "true" ]; then
|
|||
echo "###################################################################"
|
||||
echo
|
||||
echo
|
||||
sleep infinity
|
||||
fi
|
||||
unset MAYBE_FIRST_START
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue