diff --git a/meta.sh b/meta.sh index 30f514e..489ae60 100644 --- a/meta.sh +++ b/meta.sh @@ -148,8 +148,7 @@ function main { # Init Opam and install stuff echo | opam init fish -c "yes | opam init" - opam option depext-run-installs=true # allow opam to install external dependencies via pacman - opam install -y \ + opam install --assume-depexsts -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