replace http to https (#2133)

This commit is contained in:
Dibir Magomedsaygitov
2020-11-30 18:22:41 +03:00
committed by GitHub
parent 90a4768d01
commit 91c6620f2d
6 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
if isUbuntu16 || isUbuntu18 ; then
# Install GPG Key for Azul Open JDK. See https://www.azul.com/downloads/azure-only/zulu/
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
apt-add-repository "deb http://repos.azul.com/azure-only/zulu/apt stable main"
apt-add-repository "deb https://repos.azul.com/azure-only/zulu/apt stable main"
apt-get update
apt-get -y install zulu-7-azure-jdk=\*
# Open JDP Adopt does not exist for Ubuntu 20