From: daniel watson Date: Sun, 6 Mar 2016 22:52:20 +0000 (-0800) Subject: remove unused pckages X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=044c9868299a9c4a843f03158496cb6478b66d53 remove unused pckages --- diff --git a/bbb/bbb/bin/install-opencv.bash b/bbb/bbb/bin/install-opencv.bash index 1361173..e030c21 100755 --- a/bbb/bbb/bin/install-opencv.bash +++ b/bbb/bbb/bin/install-opencv.bash @@ -12,8 +12,6 @@ set -o errexit # the last one, libopencv-dev, is necessary sudo aptitude install -y \ v4l-utils \ - libopencv-core2.4 \ - libopencv-core-dev \ libopencv-dev # This file is part of challenge-bot.