Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support? #43

Closed
goldingdamien opened this issue Oct 10, 2018 · 8 comments
Closed

Windows support? #43

goldingdamien opened this issue Oct 10, 2018 · 8 comments
Labels
enhancement 🪲 New feature or request

Comments

@goldingdamien
Copy link

Tried in Git Bash in Windows but nothing happens.
Is Windows supported in any way?

@iridakos
Copy link
Owner

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 :)

@iridakos iridakos added the enhancement 🪲 New feature or request label Oct 10, 2018
@JBlond
Copy link
Contributor

JBlond commented Jan 21, 2019

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
Copy link
Contributor

JBlond commented Jan 21, 2019

It might be a trick to use something like

if [[ "$OSTYPE" == "msys" ]]; then

@iridakos
Copy link
Owner

@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 :)

@JBlond
Copy link
Contributor

JBlond commented Jan 21, 2019

@iridakos See my pull request

@iridakos
Copy link
Owner

@JBlond Thank you very much for contributing! I will check it on my machine and merge it! 👍

@JBlond
Copy link
Contributor

JBlond commented Jan 30, 2019

@iridakos Ping

@iridakos
Copy link
Owner

@JBlond Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🪲 New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants