added --no-check-certificate
This commit is contained in:
parent
4c73d931a7
commit
7fac942da1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# The FTP/HTTP download utility that makepkg should use to acquire sources
|
# The FTP/HTTP download utility that makepkg should use to acquire sources
|
||||||
export FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3"
|
export FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3 --no-check-certificate"
|
||||||
#export FTPAGENT="/usr/bin/snarf"
|
#export FTPAGENT="/usr/bin/snarf"
|
||||||
#export FTPAGENT="/usr/bin/lftpget -c"
|
#export FTPAGENT="/usr/bin/lftpget -c"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue