From 8a1ab91701f655b415c92e7aa17e33a4babbe860 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 26 Nov 2016 10:29:34 -0500 Subject: [PATCH] Add libtool to debian-bootstrap.sh --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 29640833..3d0d0758 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -95,6 +95,7 @@ apt-get install -y \ libssl-dev \ libsystemd-dev \ libtagc0-dev \ + libtool \ libtre-dev \ libudev-dev \ libusb-1.0-0-dev \