From e80da8cc33932f98395c519c1442642b8f5f72d7 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Sun, 12 Nov 2017 08:50:43 -0700 Subject: [PATCH] Add liboath-dev C dependency --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 19c02606..5445405d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -92,6 +92,7 @@ apt-get install -y \ libmysqlclient-dev \ libncurses-dev \ libnfc-dev \ + liboath-dev \ libnotify-dev \ libopenal-dev \ libpango1.0-dev \