just assume

This commit is contained in:
Mylloon 2024-04-08 20:09:03 +02:00
parent 13aa817594
commit c4246240a2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -148,8 +148,7 @@ function main {
# Init Opam and install stuff # Init Opam and install stuff
echo | opam init echo | opam init
fish -c "yes | opam init" fish -c "yes | opam init"
opam option depext-run-installs=true # allow opam to install external dependencies via pacman opam install --assume-depexsts -y \
opam install -y \
utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \ utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl alcotest ppx_deriving ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl alcotest ppx_deriving
wget -q "${repo}"/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat wget -q "${repo}"/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat