switch Windows to to Env:USERPROFILE
[webi-installers/.git] / git / install.sh
1 #!/bin/bash
2 {
3     set -e
4     set -u
5
6     echo "This package doesn't work for Mac or Linux yet - only Windows 10"
7     exit 1
8 }