add wit to cygwin path

This commit is contained in:
Bryson Steck 2022-06-05 02:04:47 -06:00
parent 57cbfa8a59
commit 2d86534927

View file

@ -98,6 +98,7 @@ if [[ ERROR -ne 0 ]]; then
if [[ $(id -u) == 0 ]]; then if [[ $(id -u) == 0 ]]; then
chown Administrator:None . chown Administrator:None .
./install.sh ./install.sh
export PATH='$PATH:/cygdrive/c/Program Files/Wiimm/WIT:/cygdrive/c/Program Files (x86)/Wiimm/WIT'
else else
echo "You will now be prompted to enter your password for sudo in order for wit to install." echo "You will now be prompted to enter your password for sudo in order for wit to install."
sudo ./install.sh sudo ./install.sh