X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.js?a=blobdiff_plain;f=jessie_postinstall.sh;h=4527374eeb524d55e4b16bdc1294130cb92286cf;hb=e54aa50fe04f6d1d0f0ec10525024e4bb12f7b94;hp=29449cf5d8a5f6568df1e79a037453b1e06db1c7;hpb=dad86c04f52b51859c70b3cb06fdded832feb7b6;p=config diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index 29449cf..4527374 100755 --- a/jessie_postinstall.sh +++ b/jessie_postinstall.sh @@ -214,6 +214,17 @@ if [ "$1" = "server" ]; then # Send instructions mail. config/bin/simplemail.sh config/mails/server_postinstall_finished + elif [ "$2" = "public" ]; then + su plom -c '~/config/setup_go.sh '\ +'https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz' + 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 'cp -R $GOPATH/src/htwtxt/templates ~/htwtxt' + cp config/systemfiles/htwtxt.service \ + /etc/systemd/system/htwtxt.service + systemctl enable /etc/systemd/system/htwtxt.service fi elif [ "$1" = "thinkpad" ]; then