mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 21:28:12 +00:00
replace http to https (#2133)
This commit is contained in:
committed by
GitHub
parent
90a4768d01
commit
91c6620f2d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user