-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
area:installationRelates to the installation processRelates to the installation processkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on LinuxHappening specifically on Linux
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I'm not able to find a related conversation on GitHub discussions that reports the same bug
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Fedora Linux 43 (Workstation Edition)
- Continue version: N/A
- IDE version: N/A
- Model: N/A
- config: N/ADescription
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:installationRelates to the installation processRelates to the installation processkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on LinuxHappening specifically on Linux
Type
Projects
Status
Todo