From 8de9ab04e832491adf06386a81de0f54f3d62422 Mon Sep 17 00:00:00 2001 From: bhack Date: Sun, 14 Sep 2014 22:19:51 +0200 Subject: [PATCH] Fix a little typo --- scripts/travis/travis_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/travis/travis_install.sh b/scripts/travis/travis_install.sh index f1dc5a6..b1a59e0 100755 --- a/scripts/travis/travis_install.sh +++ b/scripts/travis/travis_install.sh @@ -7,8 +7,8 @@ MAKE="make --jobs=$NUM_THREADS" # Install apt packages where the Ubuntu 12.04 default and ppa works for Caffe -#This ppa is for gflags and glog -add-aptrepository -y ppa:tuleu/precise-backports +# This ppa is for gflags and glog +add-apt-repository -y ppa:tuleu/precise-backports apt-get -y update apt-get install \ wget git curl \ -- 2.7.4