mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-19 21:03:25 -07:00
don't override XferCommand
This commit is contained in:
parent
af0981da9f
commit
fed9f0b637
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ check_install () {
|
|||
|
||||
setup_proxspace ()
|
||||
{
|
||||
if [ "$MSYSTEM" == "MINGW64" ]; then
|
||||
sed -i 's/#XferCommand = \/usr\/bin\/wget --passive-ftp -c -O %o %u/XferCommand = \/usr\/bin\/wget --passive-ftp --tries=3 --timeout=5 -c -O %o %u/g' /etc/pacman.conf
|
||||
|
||||
if [ "$MSYSTEM" == "MINGW64" ]; then
|
||||
for pkg in $(grep "^[^#;]" /setup/packages.txt); do
|
||||
check_install $pkg
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue