Skip to content

Instantly share code, notes, and snippets.

@zgulde
Last active May 6, 2018 13:07
Show Gist options
  • Save zgulde/137c3531ce5dc6d64cddf97b93255784 to your computer and use it in GitHub Desktop.
Save zgulde/137c3531ce5dc6d64cddf97b93255784 to your computer and use it in GitHub Desktop.

Updating cods from 1.0 to 1.2

  1. brew upgrade cods

    This updates the cods command to the newest version.

  2. cods update

    This updates your myserver (or whatever you named it) command to the newer version.

  3. myserver swapon (this requires your server's sudo password)

    This creates and enables a swapfile, which should solve any out of memory errors.

@lalepro
Copy link

lalepro commented May 6, 2018

Thank God for this readme!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment