Skip to content

Commit

Permalink
Fix a failure build from old repository
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Dec 17, 2024
1 parent 591df9a commit eccb0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/ubuntu/scripts/build/install-erlang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ source_list=/etc/apt/sources.list.d/eslerlang.list
source_key=/usr/share/keyrings/eslerlang.gpg

# Install Erlang
wget -q -O - https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc | gpg --dearmor > $source_key
echo "deb [signed-by=$source_key] https://packages.erlang-solutions.com/ubuntu $(lsb_release -cs) contrib" > $source_list
wget -q -O - https://binaries2.erlang-solutions.com/GPG-KEY-pmanager.asc | gpg --dearmor > $source_key
echo "deb [signed-by=$source_key] http://binaries2.erlang-solutions.com/ubuntu $(lsb_release -cs)-esl-erlang-25 contrib" > $source_list
apt-get update

apt-get install --no-install-recommends esl-erlang
Expand Down

0 comments on commit eccb0f4

Please sign in to comment.