install: install opam rather than ocaml

This commit is contained in:
2023-10-02 22:29:59 +01:00
parent 72efa65c84
commit 88720e2982

View File

@@ -110,7 +110,7 @@ asdf reshim
go install github.com/go-delve/delve/cmd/dlv@latest
# Just add these, for now.
ADD_ONLY="python tmux sbcl ocaml gohugo erlang elixir clojure"
ADD_ONLY="python tmux sbcl opam gohugo erlang elixir clojure"
for plugin in $ADD_ONLY ; do
asdf plugin add $plugin
done