change cygwin binary call
This commit is contained in:
parent
20c4552d95
commit
4407ecb32b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue