Skip to content

Instantly share code, notes, and snippets.

@weibeld
Created August 28, 2018 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weibeld/c24b64ea7559f833da27de6435f23aa6 to your computer and use it in GitHub Desktop.
Save weibeld/c24b64ea7559f833da27de6435f23aa6 to your computer and use it in GitHub Desktop.
Cloud Foundry installation script
wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | apt-key add -
echo "deb https://packages.cloudfoundry.org/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
apt-get -y install apt-transport-https
apt-get -y update
apt-get -y install cf-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment