Description
Per hechoendrupal/drupal-console#4262, there appears to be an issue with the installer (https://drupalconsole.com/installer) being unavailable. This is causing lando drupal
to throw /usr/local/bin/drupal: 2: /usr/local/bin/drupal: Syntax error: redirection unexpected
since the 500 page contents are being downloaded instead of the installer itself.
In that issue, the maintainer noted that
We are working to solve this but in future versions this installer will be removed.
Please use the composer require drupal/console to install DC
As such, it might be a good idea to figure out how to remove the dependency on the installer itself. Somebody in the ticket noted that a dirty workaround is to grab a copy of the drupal
executable from elsewhere (an env that still/already has it) and use that directly. So, something like adding that executable to a known url and grabbing it from there instead.
In either case, lando drupal
is broken until the installer issue is handled.