diff options
-rwxr-xr-x | patch_iso.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |