Skip to content

CLI install script linked in docs fails due to an unbound variable #11268

@bqback

Description

@bqback

Before submitting your bug report

Relevant environment info

- OS: Fedora Linux 43 (Workstation Edition)
- Continue version: N/A
- IDE version: N/A
- Model: N/A
- config: N/A

Description

Running curl -fsSL https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.sh | bash on my PC fails with the following logs

bash: line 327: BASH_SOURCE[0]: unbound variable
==> Warning: Installation failed. Cleaning up...

Piping to zsh (what I'm using) instead of bash changes the message slightly

zsh: BASH_SOURCE[0]: parameter not set
==> Warning: Installation failed. Cleaning up...

Also, there are no mentions of an "Ask AI" feature on the linked page for the docs, or the docs in general.

To reproduce

No response

Log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:installationRelates to the installation processkind:bugIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on Linux

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions