Using curl -s in *nix command line not working for some reason
- by JM4
I am trying to install composer (though to be honest I really have no idea how it fully works and documentation seems to be quite poor) on my MediaTemple DV machine. I am using their [instructions][1]
Trying to install globally using:
$ curl -s https://getcomposer.org/installer | php
My command line (again using putty and logged into my server…