mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 20:05:07 -05:00
added --no-check-certificate
This commit is contained in:
parent
4c73d931a7
commit
7fac942da1
@ -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…
Reference in New Issue
Block a user