From 20abdef4fc435164b2a93e84579cf4f01e9599b5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 20 Aug 2019 01:06:05 +0200 Subject: [PATCH] debian-bootstrap.sh: termonad needs pcre2-8 https://packages.ubuntu.com/bionic/libpcre2-dev --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 6b9cde36..b12ae29e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -98,6 +98,7 @@ apt-get install -y \ libopenmpi-dev \ libpango1.0-dev \ libpcap0.8-dev \ + libpcre2-dev \ libpq-dev \ libprotobuf-dev \ libre2-dev \