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

Installer script not working #965

Closed
richardgaunt opened this issue Aug 25, 2023 · 2 comments
Closed

Installer script not working #965

richardgaunt opened this issue Aug 25, 2023 · 2 comments
Assignees
Labels
Type: Defect Issue is a defect
Milestone

Comments

@richardgaunt
Copy link
Collaborator

curl -SsL https://install.drevops.com | php

The install script referenced in the README.md installs Drupal 9 (could be deliberate) but also breaks because default.env.local was renamed to .env.local.example but the installer gets the last released version 9 tag before this renaming happened.

The repository is not the same as the script so I cannot provide a PR.

@richardgaunt
Copy link
Collaborator Author

Also, https://github.com/drevops/drevops/blob/main/scripts/drevops/installer/install.php#L631 won't work with current logic as 10 will be the release prefix but I can see you have tagged your D10 releases as 1.x

@AlexSkrypnyk AlexSkrypnyk self-assigned this Aug 27, 2023
@AlexSkrypnyk AlexSkrypnyk added the Type: Defect Issue is a defect label Aug 27, 2023
@AlexSkrypnyk AlexSkrypnyk added this to the 1.16 milestone Sep 5, 2023
@AlexSkrypnyk
Copy link
Member

Fixed in #976 and available in https://github.com/drevops/drevops/releases/tag/1.16.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Defect Issue is a defect
Projects
Status: Released in 1.16
Development

No branches or pull requests

2 participants