enforce https for get.docker.com (#2453)
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Родитель
f18ab5f139
Коммит
854deb3184
2
lib.sh
2
lib.sh
|
@ -1669,7 +1669,7 @@ then
|
|||
print_text_in_color "$ICyan" "Installing Docker CE..."
|
||||
apt-get update -q4 & spinner_loading
|
||||
install_if_not curl
|
||||
curl -fsSL get.docker.com | sh
|
||||
curl -fsSL https://get.docker.com | sh
|
||||
fi
|
||||
|
||||
# Set overlay2
|
||||
|
|
Загрузка…
Ссылка в новой задаче