Fb-adb avaliable for download

We have made a build of fb-adb available at https://s3.amazonaws.com/circleci-ts-public/fb-adb

It can be added to your buld by adding following command to your circle.yml:

- wget https://s3.amazonaws.com/circleci-ts-public/fb-adb && chmod +x ./fb-adb

Still the same problem from the original post. Using it returns an exit code 127 and during ssh, ubuntu says command not found.

Have you followed the instructions in the first post here, including making the downloaded file executable?

I added this line to my circle.yml within the dependencies block.

- wget https://s3.amazonaws.com/circleci-ts-public/fb-adb && chmod +x ./fb-adb

including making the downloaded file executable?

Yes, the file is marked as executable.