Skip to content

Commit

Permalink
elixir: fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Jun 14, 2024
1 parent 4fd28c0 commit 1de6505
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions elixir/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@
# license that can be found in the LICENSE file.
set -eu -o pipefail

curl -fsSL -o /tmp/erlang.deb https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb
dpkg -i /tmp/erlang.deb
rm /tmp/erlang.deb

apt-get update
apt-get install -y --no-install-recommends esl-erlang elixir
apt-get install -y --no-install-recommends elixir

0 comments on commit 1de6505

Please sign in to comment.