X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=jessie_postinstall.sh;h=654e7acc0aac513fff02c0a2ad76787be3ecf83d;hb=1c2241ac775479aa624de08fded54dc2c9b44f87;hp=06d95f2275dd967673676a91e9ad5dbc6f1fe8c5;hpb=a6ee79ea22470391a56463aa6f077cd690429574;p=config diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index 06d95f2..654e7ac 100755 --- a/jessie_postinstall.sh +++ b/jessie_postinstall.sh @@ -218,14 +218,27 @@ if [ "$1" = "server" ]; then config/bin/simplemail.sh config/mails/server_postinstall_finished 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' su - plom -c 'go get htwtxt' path=`su - plom -c 'echo $GOPATH/bin/htwtxt'` setcap 'cap_net_bind_service=+ep' $path - su - plom -c 'mkdir ~/htwtxt' + 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 + + # Set up plomlombot. + apt-get -y python3 python3-venv python3-pip + su - plom -c 'cd && git clone http://github.com/plomlompom/plomlombot-irc' + su - plom -c 'mkdir -p ~/plomlombot_db' + cp config/systemfiles/plomlombot.service \ + /etc/systemd/system/plomlombot.service + systemctl enable /etc/systemd/system/plomlombot.service fi elif [ "$1" = "thinkpad" ]; then