X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7B%20card_id%20%7D%7D/delete?a=blobdiff_plain;f=jessie_postinstall.sh;h=3797c7dedf51d07a57862dcfa649e576d266a12e;hb=eb8f2617e9b4966ca9b41a62706c24f36a7df2e9;hp=1fd90859c79145612079e7eb484240ff20d38d51;hpb=b49984e7700c2cb597c18d57e7cd8be4cfedabc3;p=config diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index 1fd9085..3797c7d 100755 --- a/jessie_postinstall.sh +++ b/jessie_postinstall.sh @@ -85,7 +85,7 @@ echo 'deb http://security.debian.org/ jessie/updates main contrib non-free' \ >> /etc/apt/sources.list echo 'deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free' \ >> /etc/apt/sources.list -if [ "$1" = "thinkpad" ]; then +if [ "$1" = "thinkpad" ] || [ "$2" = "public" ]; then echo 'deb http://ftp.debian.org/debian/ jessie-backports main contrib' \ ' non-free' >> /etc/apt/sources.list echo 'deb http://ftp.debian.org/debian/ testing main contrib non-free' \ @@ -214,18 +214,14 @@ if [ "$1" = "server" ]; then # Send instructions mail. config/bin/simplemail.sh config/mails/server_postinstall_finished + elif [ "$2" = "public" ]; then - apt-get -y install sudo - adduser plom sudo - su plom -c '~/config/setup_go.sh '\ - 'https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz' + # 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 'cp -R $GOPATH/src/htwtxt/templates ~/htwtxt' - deluser plom sudo - apt-get -y --purge autoremove sudo fi elif [ "$1" = "thinkpad" ]; then