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/bincurl -o om -L $OM_RELEASE && chmod +x om && mv om $OM_INSTALL_LOCATIONwget -O om $OM_RELEASE && chmod +x om && mv om $OM_INSTALL_LOCATION