From a117c11a6bfd0e2b450d18e43ffd0c0ab3f89672 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 Apr 2024 20:15:13 +0200 Subject: [PATCH] a try? --- meta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.sh b/meta.sh index 538c0b5..c4baa7b 100644 --- a/meta.sh +++ b/meta.sh @@ -148,7 +148,7 @@ function main { # Init Opam and install stuff echo | opam init fish -c "yes | opam init" - opam install --assume-depexts -y \ + opam install --confirm-level="unsafe-yes" -y \ utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \ ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl alcotest ppx_deriving wget -q "${repo}"/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat