Makefile: install depext without asking for confirmation
This commit is contained in:
parent
94451e1e62
commit
a6290733ab
@ -28,6 +28,6 @@ if [ "$(ocaml -vnum)" != "$ocaml_version" ]; then
|
||||
opam install --unlock-base ocaml-base-compiler.$ocaml_version
|
||||
fi
|
||||
|
||||
opam list --installed depext || opam install depext
|
||||
opam list --installed depext || opam --yes install depext
|
||||
|
||||
"$script_dir"/install_build_deps.raw.sh
|
||||
|
Loading…
Reference in New Issue
Block a user