This commit is contained in:
Gator96100 2021-04-09 21:13:55 +02:00
commit fa740a6346
2 changed files with 0 additions and 1 deletions

View file

View file

@ -9,7 +9,6 @@ check_install () {
setup_proxspace () setup_proxspace ()
{ {
if [ "$MSYSTEM" == "MINGW64" ]; then 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 for pkg in $(grep "^[^#;]" /setup/packages.txt); do
check_install $pkg check_install $pkg