Created
October 10, 2015 17:10
-
-
Save riaf/d23a9abeee7cda6cf065 to your computer and use it in GitHub Desktop.
Debian Jessie for IDCF Cloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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