From b4d2ace254454e1ba1b8ef87f708924e5ec8942a Mon Sep 17 00:00:00 2001 From: Bradley J Chambers Date: Mon, 2 Feb 2015 16:21:14 -0500 Subject: [PATCH] -y --- scripts/ci/before_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ci/before_install.sh b/scripts/ci/before_install.sh index 8d3f9533ba..2ada8759b9 100755 --- a/scripts/ci/before_install.sh +++ b/scripts/ci/before_install.sh @@ -21,8 +21,7 @@ sudo apt-get install g++-4.8 sudo apt-get install boost1.55 sudo apt-get install cmake -sudo apt-get install libpcl-all -dpkg --get-selections | grep hold +sudo apt-get install libpcl-all -y if [[ $PDAL_CMAKE_GENERATOR == "Ninja" ]] then