From f6e69c68db405dfedd248c20c4fc183e1e523ed1 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 25 Jun 2014 10:08:36 +0200 Subject: [PATCH] Add missing sudo to cibuild script --- script/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup b/script/setup index b4f3319..c35fee0 100755 --- a/script/setup +++ b/script/setup @@ -2,7 +2,7 @@ set -e -apt-get install -y autoconf libtool pkg-config +sudo apt-get install -y autoconf libtool pkg-config if [ ! -e /usr/local/lib/libtsm.a ]; then echo "libtsm missing, compiling from source..."