From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 10 Feb 2016 01:21:59 +0000 (+0100)
Subject: In twtxt postinstall config, also install GNU screen.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/static/%7B%7Bdb.prefix%7D%7D/%7B%7Bprefix%7D%7D/blog?a=commitdiff_plain;h=fb568df9a1034b8fc59b9bf995c2cbc907d6c3c9;p=config

In twtxt postinstall config, also install GNU screen.
---

diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh
index 06d95f2..da07144 100755
--- a/jessie_postinstall.sh
+++ b/jessie_postinstall.sh
@@ -219,6 +219,7 @@ if [ "$1" = "server" ]; then
 
     elif [ "$2" = "public" ]; then
         # Set up twtxt environment.
+        apt-get -y install screen
         apt-get -y -t jessie-backports install golang
         su - plom -c 'git clone '\
 'https://github.com/plomlompom/htwtxt $GOPATH/src/htwtxt'