Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the location of the Symfony installer. #7210

Closed
wants to merge 1 commit into from
Closed

Changed the location of the Symfony installer. #7210

wants to merge 1 commit into from

Conversation

SketchNI
Copy link

@SketchNI SketchNI commented Dec 2, 2016

curl -LsS didn't follow the 301 redirect and just downloaded the response into /usr/bin/local/symfony.
Using https://get.symfony.com/symfony.phar downloaded the actual installer.

`curl -LsS` didn't follow the 301 redirect and just downloaded the response into /usr/bin/local/symfony.
Using `https://get.symfony.com/symfony.phar` downloaded the actual installer.
@stof
Copy link
Member

stof commented Dec 2, 2016

the -L option of curl is precisely telling it to follow redirects, so this is weird.

@SketchNI
Copy link
Author

SketchNI commented Dec 2, 2016

Well, this is embarrassing. I actually typed
[sketch@numinex: /srv]$ sudo curl -lSs https://symfony.com/installer -o /usr/bin/local/symfony

I must have hit caps lock. I'll close this PR if the change isn't suitable regardless of my error.

@javiereguiluz
Copy link
Member

@SketchNI I'm glad this works now for you.

I'm afraid I need to close this issue as "won't fix". Even if this would work, there's no guarantee that it'll work in the future. We could change the name or the location of the .phar file and that's why we use the /installer shortcut.

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

Successfully merging this pull request may close these issues.

4 participants