install utop
This commit is contained in:
parent
9631fed05d
commit
1ea61959e9
1 changed files with 2 additions and 0 deletions
2
arch.sh
2
arch.sh
|
@ -357,6 +357,8 @@ then
|
||||||
# Init Opam
|
# Init Opam
|
||||||
echo | opam init
|
echo | opam init
|
||||||
yes | opam init
|
yes | opam init
|
||||||
|
# Utop
|
||||||
|
opam install utop --yes
|
||||||
# Install devtools
|
# Install devtools
|
||||||
opam install ocaml-lsp-server --yes
|
opam install ocaml-lsp-server --yes
|
||||||
opam install ocamlformat --yes
|
opam install ocamlformat --yes
|
||||||
|
|
Loading…
Reference in a new issue