From bfa749b055983a6a41961ac1f49f1a8284aebc6d Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 21 Aug 2012 13:48:45 -0400 Subject: fixed install of optional deps --- testsuite/before_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/before_install.sh b/testsuite/before_install.sh index 25e864fed..3ebc51d01 100755 --- a/testsuite/before_install.sh +++ b/testsuite/before_install.sh @@ -2,7 +2,7 @@ # before_install script for Travis-CI -apt-get update -qq +sudo apt-get update -qq if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then - apt-get install -qq python-selinux python-pylibacl + sudo apt-get install -qq python-selinux python-pylibacl fi -- cgit v1.2.3-1-g7c22