You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[pfay@DESKTOP-XXX Program Files (x86)]$ bash -c "$(wget https://raw.githubusercontent.com/mskyaxl/wsl-terminal/master/scripts/install.sh -qO -)" '' -t : line 19: cd: too many arguments
I think changing that line to cd "$scriptpath" might do it. Sorry don't have the time to test and do a PR right now
Works fine installing to a dir without spaces.
The text was updated successfully, but these errors were encountered:
Tried to install in "Program Files"
[pfay@DESKTOP-XXX Program Files (x86)]$ bash -c "$(wget https://raw.githubusercontent.com/mskyaxl/wsl-terminal/master/scripts/install.sh -qO -)" '' -t : line 19: cd: too many arguments
I think changing that line to
cd "$scriptpath"
might do it. Sorry don't have the time to test and do a PR right nowWorks fine installing to a dir without spaces.
The text was updated successfully, but these errors were encountered: