pimoroni / speaker-phat

Software installer for Speaker pHAT
MIT License
52 stars 9 forks source link

The setup script requires git #20

Closed fstanis closed 1 year ago

fstanis commented 6 years ago

On Raspbian when git is not installed, the following error appears during installation:

All done!
bash: line 1115: git: command not found
bash: ./setup.sh: No such file or directory
Gadgetoid commented 6 years ago

Yes, this line in particular is where it grabs the Pi VU Meter code: git clone --depth=1 https://github.com/$gitusername/pivumeter && cd ./pivumeter

Looks like the installer needs to check for and install git where it's not available.