From 0ecda410e7fb14aac7ebe67807527a14145f630d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 28 Dec 2014 01:48:20 -0700 Subject: [PATCH] log pkg-config --- setup-ubuntu.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-ubuntu.bash b/setup-ubuntu.bash index ba32d3e..cca9f25 100644 --- a/setup-ubuntu.bash +++ b/setup-ubuntu.bash @@ -19,7 +19,7 @@ fi # git, wget, curl, build-essential if [ -z "$(which pkg-config | grep pkg-config)" ] || -z "$(which git | grep git)" ] || [ -z "$(which wget | grep wget)" ] || [ -z "$(which curl | grep curl)" ] || [ -z "$(which gcc | grep gcc)" ] || [ -z "$(which rsync | grep rsync)" ] then - echo "installing git, wget, curl, build-essential, rsync..." + echo "installing git, wget, curl, build-essential, rsync, pkg-config..." sudo bash -c "apt-get install -qq -y git wget curl build-essential rsync pkg-config < /dev/null" > /dev/null 2>/dev/null fi