Skip to content

Rate-Mirrors at Arch Installation #44

Answered by westandskif
jaydip-c asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jaydip-c ! At the moment I don't have a machine to run archiso myself, but at least I checked the below in dockerized Arch.

The below assumes curl is available and you are at the Select the mirrors Arch installation step. It downloads binary version of the package, so it doesn't need gcc-libs and cargo to build rate-mirrors from source.

export RATE_MIRRORS_VERSION=${RATE_MIRRORS_VERSION:-"v0.15.1"} \
       RATE_MIRRORS_TMPDIR="$(mktemp -d tmp.XXXXXXXXXX)" \
       RATE_MIRRORS_TMPFILE="$(mktemp)" \
    && echo $RATE_MIRRORS_TMPDIR \
    && curl \
           https://github.com/westandskif/rate-mirrors/releases/download/$RATE_MIRRORS_VERSION/rate-mirrors-$RATE_MIRRORS_VERSION-x86_64-un…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jaydip-c
Comment options

Answer selected by jaydip-c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants