From a6290733ab561f92f5ce14b5b85d02022ff6263c Mon Sep 17 00:00:00 2001 From: Pietro Abate Date: Tue, 7 Aug 2018 15:52:34 +0200 Subject: [PATCH] Makefile: install depext without asking for confirmation --- scripts/install_build_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_build_deps.sh b/scripts/install_build_deps.sh index 3d9eedb46..93553343e 100755 --- a/scripts/install_build_deps.sh +++ b/scripts/install_build_deps.sh @@ -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