X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=jessie_postinstall.sh;fp=jessie_postinstall.sh;h=a536eee24d8c215ff1c4b626eb402a0de8abd862;hb=d21b4dc9cb8bee7d96187d7d594016ae2003f1e7;hp=cd3d00c611b92b31ca4a226834ed307bf88ebe7b;hpb=a65e21dca92512cbde02607f9fb9a42c51630484;p=config diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index cd3d00c..a536eee 100755 --- a/jessie_postinstall.sh +++ b/jessie_postinstall.sh @@ -261,11 +261,11 @@ if [ "$1" = "server" ]; then ln -s /home/plom/geheim/ /var/www/html/geheim su - plom -c 'mkdir -p /home/plom/lesekreis' ln -s /home/plom/geheim/ /var/www/html/lesekreis - su - plom -c 'mkdir -p /home/plom/lifelog' - ln -s /home/plom/lifelog/ /var/www/html/lifelog - su - plom -c 'git init --bare /home/plom/lifelog.git' - su - plom -c 'cp ~/config/systemfiles/post-update ~/lifelog.git/hooks/' - su - plom -c 'chmod a+x /home/plom/lifelog.git/hooks/post-update' + su - plom -c 'mkdir -p /home/plom/zettel' + ln -s /home/plom/zettel/ /var/www/html/zettel + su - plom -c 'git init --bare /home/plom/zettel.git' + su - plom -c 'cp ~/config/systemfiles/post-update ~/zettel.git/hooks/' + su - plom -c 'chmod a+x /home/plom/zettel.git/hooks/post-update' # Install website generator tools apt-get -y install pandoc wget