OpenBSD package manager pkg_add is known to be quite slow and using much bandwidth

  • hucsteOPM
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    Simple:

    1/ write a shell script with this content:

    #!/bin/sh
    /usr/local/bin/curl -s -q -N $5
    

    2/ change the FETCH_CMD to the shell script!

    ;-)