Skip to content

Instantly share code, notes, and snippets.

@riaf
Created October 10, 2015 17:10
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 riaf/d23a9abeee7cda6cf065 to your computer and use it in GitHub Desktop.
Save riaf/d23a9abeee7cda6cf065 to your computer and use it in GitHub Desktop.
Debian Jessie for IDCF Cloud
#!/bin/sh
mkdir -p /tmp/debian
cd /tmp/debian
curl -LO curl -LO http://s3.eu-central-1.amazonaws.com/ffuenf-vagrantboxes/debian/debian-8.2.0-amd64_vmware.box
tar xf debian-8.2.0-amd64_vmware.box
ovftool debian-8.2.0-amd64.vmx debian-8.2.0-amd64.ova
cp debian-8.2.0-amd64.ova ~/Dropbox/Public/
rm -rf /tmp/debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment