From ee7bb5418f754ab8517b291a42f4231cba2a408f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 11 Mar 2024 15:11:47 +0100 Subject: [PATCH] -rpc no longer needed, apparently? --- arch.sh | 4 ++-- arch_wsl.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch.sh b/arch.sh index 214a151..e983f51 100644 --- a/arch.sh +++ b/arch.sh @@ -374,8 +374,8 @@ main() { echo | opam init fish -c "yes | opam init" opam install -y \ - utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib \ - ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl core + utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \ + ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat # Add Opam packages from OCaml mkdir -p "$HOME"/.opam/default/bin diff --git a/arch_wsl.sh b/arch_wsl.sh index a994d37..80d50e0 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -179,8 +179,8 @@ main() { echo | opam init fish -c "yes | opam init" opam install -y \ - utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib \ - ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl core + utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \ + ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat # Add Opam packages from OCaml mkdir -p "$HOME"/.opam/default/bin