From 594fc8c89c3dfe0ebeb12e933dc59beb4c5334b0 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 17 Dec 2020 19:03:42 +0800 Subject: [PATCH] install-deps.sh: do not install nlohmann-json{3}?-dev "mk-build-deps --install" should be able to take care of this. Signed-off-by: Kefu Chai --- install-deps.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install-deps.sh b/install-deps.sh index e2df506dc8714..148b8d6c7a2bb 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -292,13 +292,6 @@ else *Bionic*) ensure_decent_gcc_on_ubuntu 9 bionic [ ! $NO_BOOST_PKGS ] && install_boost_on_ubuntu bionic - $SUDO apt-get install -y nlohmann-json-dev - ;; - *Disco*) - $SUDO apt-get install -y nlohmann-json-dev - ;; - *Focal*) - $SUDO apt-get install -y nlohmann-json3-dev ;; *) $SUDO apt-get install -y gcc -- 2.39.5