Last active
May 2, 2017 09:09
-
-
Save kuzmany/16fe46b98e3d1245385276efdef36128 to your computer and use it in GitHub Desktop.
Copy Mautic files to server using SSH in 5 seconds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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