X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=git%2Finstall.sh;fp=git%2Finstall.sh;h=68e66d654b5ed969b68652b15cc634182733068c;hb=85a231cc55e039a7e99a5a853a7d7ad8519fa596;hp=0000000000000000000000000000000000000000;hpb=4b52c1ba76242bc0e80fa15a37729fe248364343;p=webi-installers%2F.git diff --git a/git/install.sh b/git/install.sh new file mode 100644 index 0000000..68e66d6 --- /dev/null +++ b/git/install.sh @@ -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 +}