Closed goldingdamien closed 5 years ago
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 :)
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
It might be a trick to use something like
if [[ "$OSTYPE" == "msys" ]]; then
@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 :)
@iridakos See my pull request
@JBlond Thank you very much for contributing! I will check it on my machine and merge it! :+1:
@iridakos Ping
@JBlond Thanks!
Tried in Git Bash in Windows but nothing happens. Is Windows supported in any way?