Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow install.sh to work offline #105

Open
mroch opened this issue Feb 17, 2022 · 0 comments
Open

allow install.sh to work offline #105

mroch opened this issue Feb 17, 2022 · 0 comments

Comments

@mroch
Copy link

mroch commented Feb 17, 2022

i'm trying to use this behind a firewall using a cache of the mirror, but install.sh hits github to make sure curl works and to calculate the mirror scheme.

when --quiet, it doesn't show the mirror URL anyway, so I'd propose moving the mirror stuff below this line:

if [ $be_quiet -eq 1 ]; then
    exit 0
fi

and perhaps find a different way to test whether curl is working that doesn't hit the network?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant