Skip to content

Instantly share code, notes, and snippets.

@kuzmany
Last active January 30, 2019 15:37
Show Gist options
  • Save kuzmany/35c9a8a9ed60d07f04b5d4244bf139a7 to your computer and use it in GitHub Desktop.
Save kuzmany/35c9a8a9ed60d07f04b5d4244bf139a7 to your computer and use it in GitHub Desktop.
Copy Mautic files to server
MTC=2.15.0;
URL=https://github.com/mautic/mautic/releases/download/${MTC}/${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