urlgrey / hsmm-pi

A set of tools to easily configure the Raspberry Pi to function as a High-Speed Multimedia (HSMM) wireless node.
MIT License
369 stars 92 forks source link

Stuck on cake portion of install.sh #146

Open deformedcurv3 opened 3 years ago

deformedcurv3 commented 3 years ago

Install script runs fine up until the "php composer.phar install" line. It gives a "jsonvalidationexception" and drops out of the script before it finishes. What can I do to fix this/get around it? Using RPi 3, changed php install options as mentioned by several others here to get the latest version. Tried on every version of Raspbian Lite from Jessie to the current Buster.

Error given: Capture

caleb7773 commented 3 years ago

I was able to get around this by editing the composer.json file. Under the "Name" section, make it "Pi/HSMM-Pi"

I then ran into issue later in the install though due to dependency issues and Cake not working properly.