Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Fixes cURL issue and makes wget act identically. #2098 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shanept
Copy link

@shanept shanept commented Jan 18, 2016

This fixes the cURL issue outlined in issue puphpet/puphpet#2098.

The composer installer expects an environment variable "COMPOSER_HOME", which does not exist upon running the composer installer.

There are also two different installation methods, namely curl and wget, which previously operated two very seperate ways. One downloading composer and the other downloading the composer installer, hence the previous remedy for fixing curl was to switch to wget. This has been changed so both wget and curl download the installer, and run as expected.

@azovsky
Copy link

azovsky commented Apr 20, 2016

Thanks! It is working for me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants