X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=jessie_postinstall.sh;fp=jessie_postinstall.sh;h=000f8e41b2a1ef37402ccad3d095b6bdb1d47303;hb=46c2911ac60e09492b90b1aaa5be456a2aff6b44;hp=dfe3643ed1e96210c99386d0d3487445f217c801;hpb=dd94bf54d0b5408d9ea6f20ace44768f3734dc6f;p=config diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index dfe3643..000f8e4 100755 --- a/jessie_postinstall.sh +++ b/jessie_postinstall.sh @@ -219,18 +219,19 @@ if [ "$1" = "server" ]; then elif [ "$2" = "public" ]; then - # Set up twtxt environment. - apt-get -y install screen + # Set up htwtxt environment. + apt-get -y install screen nginx 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' path=`su - plom -c 'echo $GOPATH/bin/htwtxt'` - setcap 'cap_net_bind_service=+ep' $path + #setcap 'cap_net_bind_service=+ep' $path su - plom -c 'mkdir -p ~/htwtxt' cp config/systemfiles/htwtxt_restart_reminder.service \ /etc/systemd/system/htwtxt_restart_reminder.service systemctl enable /etc/systemd/system/htwtxt_restart_reminder.service + cp config/systemfiles/nginx.conf /etc/nginx/nginx.conf # Set up plomlombot. apt-get -y install python3 python3-venv python3-pip