From 1ea61959e9a004210c7090f53e5d84d483fd7668 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 20 Sep 2022 15:26:03 +0200 Subject: [PATCH] install utop --- arch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch.sh b/arch.sh index 01f3817..fb003f7 100644 --- a/arch.sh +++ b/arch.sh @@ -357,6 +357,8 @@ then # Init Opam echo | opam init yes | opam init + # Utop + opam install utop --yes # Install devtools opam install ocaml-lsp-server --yes opam install ocamlformat --yes