add git and golang for windows, fix some PATH stuff
[webi-installers/.git] / git / install.sh
diff --git a/git/install.sh b/git/install.sh
new file mode 100644 (file)
index 0000000..68e66d6
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+{
+    set -e
+    set -u
+
+    echo "This package doesn't work for Mac or Linux yet - only Windows 10"
+    exit 1
+}