Skip to content

Instantly share code, notes, and snippets.

@abn
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save abn/dade620be3a47b10f076 to your computer and use it in GitHub Desktop.

Select an option

Save abn/dade620be3a47b10f076 to your computer and use it in GitHub Desktop.
Install script for cloudius capstan
#!/usr/bin/env bash
# install dependencies
sudo yum install golang qemu-system-x86 qemu-img git
# install capstan
go get github.com/cloudius-systems/capstan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment