diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:00:59 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:00:59 -0600 |
commit | 4407ecb32bd88ff8834d381f617d3720cc587b4c (patch) | |
tree | 80aa44a0273c5f06a34d26826802c663ebef4f74 | |
parent | 20c4552d9516a16684cc53afae5ef02ff4accaf8 (diff) | |
download | riibalanced-patcher-4407ecb32bd88ff8834d381f617d3720cc587b4c.tar riibalanced-patcher-4407ecb32bd88ff8834d381f617d3720cc587b4c.tar.gz riibalanced-patcher-4407ecb32bd88ff8834d381f617d3720cc587b4c.tar.bz2 |
change cygwin binary call
-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 |