home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6ee79e
)
In twtxt postinstall config, also install GNU screen.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 10 Feb 2016 01:21:59 +0000
(
02:21
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 10 Feb 2016 01:21:59 +0000
(
02:21
+0100)
jessie_postinstall.sh
patch
|
blob
|
history
diff --git
a/jessie_postinstall.sh
b/jessie_postinstall.sh
index 06d95f2275dd967673676a91e9ad5dbc6f1fe8c5..da071445642d56b3eb2f208e0e270e5c5d2801e1 100755
(executable)
--- 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'