We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a423e17 commit 5019428Copy full SHA for 5019428
scripts/setup.sh
@@ -26,6 +26,7 @@ setup/tailscale.sh
26
27
# setup/bun.sh
28
# setup/deno.sh
29
+# setup/elixir.sh
30
# setup/go.sh
31
# setup/node.sh
32
# setup/rust.sh
scripts/setup/elixir.sh
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+
3
+set -ex
4
5
+sudo apt-get -y install elixir erlang
6
7
+mix local.hex
8
9
+sudo apt-get -y install inotify-tools
10
+mix archive.install hex phx_new
0 commit comments