aboutsummaryrefslogtreecommitdiff
path: root/patch_iso.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patch_iso.sh')
-rwxr-xr-xpatch_iso.sh2
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