change cygwin binary call

This commit is contained in:
Bryson Steck 2022-06-05 02:00:59 -06:00
parent 20c4552d95
commit 4407ecb32b

View file

@ -87,7 +87,7 @@ if [[ ERROR -ne 0 ]]; then
powershell -command "Expand-Archive -Force .\wit.zip ."
cd wit-v*/
if [[ $(id -u) == 197108 ]]; then
./install.sh
./windows-install.exe
else
echo "ERROR: Please run Cygwin as Administrator to install wit."
exit 9