Browse Source

build pandoc from source, debian version lack of --filter

Sniperovitch 8 years ago
parent
commit
ba851f4e0b
1 changed files with 5 additions and 2 deletions
  1. 5 2
      build.sh

+ 5 - 2
build.sh

@@ -1,5 +1,8 @@
 #!/bin/sh
+cd $HOME
+wget https://github.com/jgm/pandoc/releases/download/1.19.2.1/pandoc-1.19.2.1-1-amd64.deb
+dpkg -i *.deb
+git clone https://github.com/hugoroy/exegetesDoc.git
+cd $HOME/cocktail
 cp -v cocktail.conf.smp cocktail.conf
-cd && git clone https://github.com/hugoroy/exegetesDoc.git
-cd -