diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:04:47 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:04:47 -0600 |
commit | 2d86534927ca39c7241ce49135ecde62ff81fcd1 (patch) | |
tree | c3595c054ab805f60296e7af3160a9233265663c | |
parent | 57cbfa8a5956a7fc19cead63005717b89fab682d (diff) | |
download | riibalanced-patcher-2d86534927ca39c7241ce49135ecde62ff81fcd1.tar riibalanced-patcher-2d86534927ca39c7241ce49135ecde62ff81fcd1.tar.gz riibalanced-patcher-2d86534927ca39c7241ce49135ecde62ff81fcd1.tar.bz2 |
add wit to cygwin path
-rwxr-xr-x | patch_iso.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patch_iso.sh b/patch_iso.sh index e12cc88..d391dee 100755 --- a/patch_iso.sh +++ b/patch_iso.sh @@ -98,6 +98,7 @@ if [[ ERROR -ne 0 ]]; then if [[ $(id -u) == 0 ]]; then chown Administrator:None . ./install.sh + export PATH='$PATH:/cygdrive/c/Program Files/Wiimm/WIT:/cygdrive/c/Program Files (x86)/Wiimm/WIT' else echo "You will now be prompted to enter your password for sudo in order for wit to install." sudo ./install.sh |