From 4407ecb32bd88ff8834d381f617d3720cc587b4c Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 5 Jun 2022 02:00:59 -0600 Subject: change cygwin binary call --- patch_iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch_iso.sh b/patch_iso.sh index 3f07958..398c17d 100755 --- a/patch_iso.sh +++ b/patch_iso.sh @@ -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 -- cgit v1.2.3