From fa740a6346df0722c002ea54b62e06d7771af3e1 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Fri, 9 Apr 2021 21:13:55 +0200 Subject: [PATCH] test --- msys2/tmp/.dummy | 0 setup/bin/ps-setup | 1 - 2 files changed, 1 deletion(-) delete mode 100644 msys2/tmp/.dummy diff --git a/msys2/tmp/.dummy b/msys2/tmp/.dummy deleted file mode 100644 index e69de29bb..000000000 diff --git a/setup/bin/ps-setup b/setup/bin/ps-setup index ca165640e..d691337f1 100644 --- a/setup/bin/ps-setup +++ b/setup/bin/ps-setup @@ -9,7 +9,6 @@ check_install () { setup_proxspace () { if [ "$MSYSTEM" == "MINGW64" ]; then - echo "XferCommand = /usr/bin/wget --passive-ftp --tries=3 --timeout=5 -c -O %o %u" >> /etc/pacman.conf for pkg in $(grep "^[^#;]" /setup/packages.txt); do check_install $pkg