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

@@ -7,8 +7,8 @@
source_list=/etc/apt/sources.list.d/eslerlang.list
# Install Erlang
echo "deb http://binaries.erlang-solutions.com/debian $(lsb_release -cs) contrib" > $source_list
wget -O - http://binaries.erlang-solutions.com/debian/erlang_solutions.asc | apt-key add -
echo "deb https://binaries.erlang-solutions.com/debian $(lsb_release -cs) contrib" > $source_list
wget -O - https://binaries.erlang-solutions.com/debian/erlang_solutions.asc | apt-key add -
apt-get update
apt-get install -y --no-install-recommends esl-erlang