Windows support?
goldingdamien opened this issue ยท 8 comments
goldingdamien commented
Tried in Git Bash in Windows but nothing happens.
Is Windows supported in any way?
iridakos commented
Hi @goldingdamien,
Unfortunately I haven't tested the script in Windows.
I will keep you posted when I find the time to do so.
Thanks for reporting it :)
JBlond commented
It works out of the box, at least the script. The installer needs to be changed.
On Windows there is no sudo. And the install path neends to be /usr/bin or /usr/local/bin
JBlond commented
It might be a trick to use something like
if [[ "$OSTYPE" == "msys" ]]; then
iridakos commented
@JBlond Thank you very much!
I will try to check this as soon as possible. Feel free to submit a pull request in case you have any fix sooner :)