-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Support] Windows OS Using Shell Scripts #118
Comments
this are some old notes I toke while I was running homebridge on windows with bash scripts. Perhaps they help.
All of this info is old and can be wrong. I’m not very good in programming hope it helps a bit anyways.
more notes on bash
|
@crbyxwpzfl thank you for your notes, I was hoping a user might be lurking the issues, find this and help me out :) I think in particular I was having issues with the file paths being |
just found a old config of mine. yes I remember having trouble with that too
perhaps something like tihs works for bash scripts
asuming you can run this command in the same terminal you run homebridge in |
Oh wow, you are a champion! This may be the missing piece of the puzzle! Thank you so much for this information; I will do a little testing on my days off and report back to you how it went. |
@crbyxwpzfl I think my issue might be further along with trying to use my shell script with Windows than just the
So already there is a difference between how Raspbian/macOs uses |
Just a quick response. I’m not at my pc. |
Hey @crbyxwpzfl,
I am not sure I understand this part sorry. I might have to do a bit of Googling; still learning as I go. I just know the json escape didn’t work for me and discovered the above instead. |
If you edit a script in windows notepad and save it it will be saved with windows line endings CRFL. Some Programms don’t like that. I had this issue with bash scripts. |
Thanks for all this effort @crbyxwpzfl, it is really appreciated. I might not get a chance to test this for some days as I am tied up in some other work at the moment; but I will let you know how I go when I do get to it. |
Describe Your Problem:
Hey @ztalbot2000 I hope you do not mind that I open an issue to try grab the attention of any of your Windows OS users using bash/shell scripts; I have tried on Reddit and had no bites. I really want to try and get installation instructions going for my repo.
I am looking for a user of
homebridge-cmd4
that has their Homebridge server living on Windows OS and are using bash/shell scripts for cmd4. In particular, I would be interested in the following:If you feel this is not the place to ask this John, just close it out. Otherwise I will leave it open for some time and close it out if I get no bites again. I know I constantly peruse the issues of plug-ins I have installed; so I am hoping others do and see this.
The text was updated successfully, but these errors were encountered: