As part of a project we're working on, we needed to install the BOSH CLI on a Digital Ocean droplet running CentOS 7. The directions at bosh.io provided a list of all the packages…
Basic Setup As root execute the following to download and install some basic linux apps: sudo su - yum install git wget vim htop lsof iftop -y Download the Installer Now we will download the…