mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 21:51:57 +02:00
bootstrap_sdk: use http instead of https
Using https gives us a bit of a dep issue, cannot download the sources required to build ssl support when ssl hasn't been built yet!
This commit is contained in:
parent
582361b30c
commit
3ff92f4bc3
@ -54,6 +54,11 @@ EOF
|
||||
catalyst_stage_default
|
||||
}
|
||||
|
||||
# Switch to HTTP because early boostrap stages do not have SSL support.
|
||||
GENTOO_MIRRORS=$(portageq envvar GENTOO_MIRRORS)
|
||||
GENTOO_MIRRORS="${GENTOO_MIRRORS//https:\/\//http://}"
|
||||
export GENTOO_MIRRORS
|
||||
|
||||
catalyst_init "$@"
|
||||
check_gsutil_opts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user