Skip to content

Instantly share code, notes, and snippets.

@kuzmany
Last active May 2, 2017 09:09
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 kuzmany/16fe46b98e3d1245385276efdef36128 to your computer and use it in GitHub Desktop.
Save kuzmany/16fe46b98e3d1245385276efdef36128 to your computer and use it in GitHub Desktop.
Copy Mautic files to server using SSH in 5 seconds
MTC=2.8.0;URL=https://s3.amazonaws.com/mautic/releases/${MTC}.zip;wget “${URL}”;unzip -o “${MTC}.zip”;rm “${MTC}.zip”;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment