From faae33adf73fa24c9eed77027445bf38cd924c43 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 3 Nov 2015 15:59:11 +0000 Subject: [PATCH] Add libtagc0-dev to debian-bootstrap --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 89838350..0b5edb70 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -23,6 +23,7 @@ apt-get install -y \ libblas-dev \ libbz2-dev \ libcairo2-dev \ + libtagc0-dev \ libcurl4-openssl-dev \ libdevil-dev \ libedit-dev \