mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 05:13: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 ()
|
setup_proxspace ()
|
||||||
{
|
{
|
||||||
if [ "$MSYSTEM" == "MINGW64" ]; then
|
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
|
|
||||||
|
|
||||||
for pkg in $(grep "^[^#;]" /setup/packages.txt); do
|
for pkg in $(grep "^[^#;]" /setup/packages.txt); do
|
||||||
check_install $pkg
|
check_install $pkg
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue