From 5c6fb57212a2a10d98418097ad36acaab660193a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Jun 2016 12:20:59 +0200 Subject: [PATCH] Add missing newline escape #1537 --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index d0446464..01eeece3 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -94,7 +94,7 @@ apt-get install -y \ libwebkitgtk-3.0-dev \ libxau-dev \ libxml2-dev \ - libxrandr-dev + libxrandr-dev \ libxss-dev \ libyaml-dev \ libzip-dev \