use correct quotes
This commit is contained in:
parent
2d86534927
commit
3779be838e
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +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'
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue