Skip to content

Commit

Permalink
Revert "elixir: fix install"
Browse files Browse the repository at this point in the history
This reverts commit 1de6505.
  • Loading branch information
morpheu committed Jun 14, 2024
1 parent 1de6505 commit 245a640
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion elixir/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
# 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 elixir
apt-get install -y --no-install-recommends esl-erlang elixir

0 comments on commit 245a640

Please sign in to comment.