mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-19 12:59:48 -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/
|
#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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue