remove unused pckages
authordaniel watson <ozzloy@gmail.com>
Sun, 6 Mar 2016 22:52:20 +0000 (14:52 -0800)
committerdaniel watson <ozzloy@gmail.com>
Sun, 6 Mar 2016 23:11:10 +0000 (15:11 -0800)
bbb/bbb/bin/install-opencv.bash

index 136117342eabc359ae9515bc31e158e146ce81e4..e030c21f278f59f0fcceb2d5ca3f9d4d625911d7 100755 (executable)
@@ -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.