bugfix(misc): fix kind, gprox, myip, pandoc
[webi-installers/.git] / pandoc / install.sh
index 5141a0fc10b9c16921fdbb2faccca3dbd5a34746..2ab940b55e97a845b4d74be16838316a5cec4136 100644 (file)
@@ -1,4 +1,6 @@
-{
+#!/bin/bash
+
+function __init_pandoc() {
     set -e
     set -u
 
@@ -41,3 +43,5 @@
         echo $(pandoc --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2)
     }
 }
+
+__init_pandoc