Skip to content

Instantly share code, notes, and snippets.

@uzyexe
Created August 13, 2014 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save uzyexe/362e110cf9f299a9067b to your computer and use it in GitHub Desktop.
Save uzyexe/362e110cf9f299a9067b to your computer and use it in GitHub Desktop.
Panamax Install Command for CoreOS
mkdir panamax
cd panamax
curl -O http://download.panamax.io/installer/pmx-installer-latest.zip
unzip pmx-installer-latest.zip
sudo su
./coreos install --stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment