trying to install x735 v2.5 software on RPI 4 - 64 gb and have run into a problem, see below. Not sure what to do as I cant get the cooling fan to work?
pi@raspberrypi:~ $ sudo apt-get install pigpio python-pigpio python3-pigpio git clone https://github.com/geekworm-com/x735-v2.5
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package clone
E: Unable to locate package https://github.com/geekworm-com
E: Couldn't find any package by glob 'https://github.com/geekworm-com'
E: Couldn't find any package by regex 'https://github.com/geekworm-com'
If I run seperately I get:
pi@raspberrypi:~ $ git clone http://github.com/geekworm/x735-v2.5
-bash: git: command not found
What should I be typing?