-
Notifications
You must be signed in to change notification settings - Fork 13
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
Non-linux installation #1
Comments
As a windows 10 user I found a simple workaround. As the point is all about just running a .sh file, an easy way is to install git from https://gitforwindows.org/ then you have bash.exe, git.exe and sh.exe in C:\Program Files\Git\bin |
To be honest, that seems like overkill due to what install.sh is actually doing. |
Might be. My point was just signaling that there are easy ways to allow running .sh files on windows instead of finding a linux computer or install a linux distribution. |
Oh I know, the README just states that linux is required, and there are non-technical users who will not know how to work around that. |
I put this together and you can test it if you want. It is basically the DOS/Windows version of this .sh script. This assumes that you have the cloned the github and have met the requirements for the original script. When you save it to your folder, remember to rename it so that it has the .bat extension. If it fails, send me a screen shot. |
Since I don't have a rM2, not really going to be able to test. That said, @MechEng70 where are you assuming that the scp and ssh binaries are coming from? |
My understanding is that SSH and SCP are standard on Windows 10. I could be wrong. |
My assumption is based on my wife's Windows machine. However I did find this article that says you may have to turn it on. "How to Enable and Use Windows 10’s New Built-in SSH Commands" https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/ |
In which case your script should probably test for them being available and provide instructions if they aren't. |
I think that this addresses that issue. It prints out a statement about going to the URL. |
No this script is broken. The changes to the config file is wrong |
Here is a bat script that works from Windows 10. I included the SSH test of MechEng70. |
The |
There are users who don't run Linux that will want to install this. At the very least, the readme should contain manual installation instructions.
The text was updated successfully, but these errors were encountered: