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:
eb8f261
)
Fix user setting in postinstall script.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 10 Feb 2016 00:24:47 +0000
(
01:24
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 10 Feb 2016 00:24:47 +0000
(
01:24
+0100)
jessie_postinstall.sh
patch
|
blob
|
history
diff --git
a/jessie_postinstall.sh
b/jessie_postinstall.sh
index 3797c7dedf51d07a57862dcfa649e576d266a12e..02e4e23f3acd43562a366dbb9d6f993ac1a03af6 100755
(executable)
--- a/
jessie_postinstall.sh
+++ b/
jessie_postinstall.sh
@@
-218,10
+218,10
@@
if [ "$1" = "server" ]; then
elif [ "$2" = "public" ]; then
# Set up twtxt environment.
apt-get -y -t jessie-backports install golang
- su plom -c 'git clone '\
-
'https://github.com/plomlompom/htwtxt $GOPATH/src/htwtxt'
- su plom -c 'go get htwtxt'
- su plom -c 'mkdir ~/htwtxt'
+ su
-
plom -c 'git clone '\
+'https://github.com/plomlompom/htwtxt $GOPATH/src/htwtxt'
+ su
-
plom -c 'go get htwtxt'
+ su
-
plom -c 'mkdir ~/htwtxt'
fi
elif [ "$1" = "thinkpad" ]; then