export OM_RELEASE=https://github.com/pivotal-cf/om/releases/download/7.15.0/om-linux-amd64-7.15.0
export OM_INSTALL_LOCATION=$HOME/.local/bin
curl -o om -L $OM_RELEASE && chmod +x om && mv om $OM_INSTALL_LOCATION
wget -O om $OM_RELEASE && chmod +x om && mv om $OM_INSTALL_LOCATION