Closed brendam closed 6 years ago
Looks like it might have been the call to git on line 979. Might need to move line 1079 further up the script? I'll make a new instance and try again to see.
Yes:
./tcat-install-linux.sh: line 979: git: command not found
Installing git itself could be moved up to line 898 I suppose, as it is required.
Fixed
thanks!
Not sure if this is specific to the Nectar image of Ubuntu 16.04 LTS or not, but I just did an install using the installation script and it failed because git was not installed. Need to add git to the packages the script installs before it tries to use it?