remove redudant option
This commit is contained in:
parent
4a47ca8aa0
commit
359e7ffce6
1 changed files with 1 additions and 1 deletions
2
meta.sh
2
meta.sh
|
@ -148,7 +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 install --confirm-level="unsafe-yes" -y \
|
opam install --confirm-level="unsafe-yes" \
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue