Closed r41d closed 3 years ago
Hi @r41d! Thanks for pointing those out. We will test your suggestions and push an update. We will also check if this affects our docker version https://github.com/Project-Owl/dms-lite-docker
@r41d So I just pushed an update to correct the script per your recommendations. Thank you for finding the bugs and pointing them out. As Nick mentioned we have recently built DMS-Lite into docker to avoid a lot of these dependencies issues and making it super easy to use. You will still see some NodeJS depreciation issues but that is due to binary not being updated for the Pi hardware.
Also @r41d hit us up in our Slack https://www.project-owl.com/slack. Would be interested to learn more about your project and how we might be able to help!
I actually learned about dms-lite-docker shortly after I created this issue. I think the Readme of this project should have a hint that can direct people to dms-lite-docker, regardless whether this project will be deprecated or properly maintained.
Where did you push those changes @Evilgeniusnerd I don't see them anywhere :thinking:
My bad, I just looked at the last line with the (still erroneous) curl paramter, will open PR momentarily
Changes are here @r41d https://github.com/Project-Owl/dms-lite/blob/master/Wifi-install.sh. Also as mentioned the focus has been a move to DMS- Lite Docker which you can find here: https://github.com/Project-Owl/dms-lite-docker
I noticed some quirks in
Wifi-install.sh
which are as follows:sqlite3
is contained in the Python 3 standard library and doesn't need to be installed, PyPi has no package with that name, hence thepip3 install sqlite3
line should be removed-y
parameter for bash on Raspbian yields this error:bash: -y: invalid option
, hence it should be removed from the script