I am receiving the following error when I run the setup for AWSDevTools inside my git repo.
[[: not found
cp: cannot stat
/home/user/aws/.git/scripts': No such file or directory`
I copied the scripts folder from the AWSDevTools .zip directly to the git repo and then received this error:
[[: not found
cp: cannot create directory
.git/AWSDevTools': No such file or directory`
copied AWSDevTools from .zip to the repository as well thinking the installer just wanted these folders in the repo to run but I continued to receive the same directory error. Any help would be great.