You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fall back to source install only when binary URL is 404
When the install from a binary package fails it falls back to installing from source. Tthe only case where the fallback
should occur is when the server responds with a 404 that no binary package exists. Otherwise it's falling back on
various IO or permissions errors.
Fixes#30
0 commit comments