uzxmx
uzxmx
Considering we’ve already had `ASDF_RUBY_BUILD_VERSION` to configure the branch to checkout, would you mind adding another environment variable such as `ASDF_RUBY_BUILD_REPO_URL` to configure the repo url? So that we can...
This PR provides a more flexible way to specify the mirror URL by using a shell function than #1457. For #1457, users need to know the complete mirror URL, and...
Below is an `install` script, which shows help using `sed`. ``` #!/usr/bin/env bash # Usage: [sudo] [prefix=/usr/local] ./install set -e case "$1" in '-h' | '--help' ) sed -ne '/^#/!q;s/.\{1,2\}//;1d;p'...