Skip to content

[DOCS] - Nebi install command on installation page doesn't work #320

@trentoliphant

Description

@trentoliphant

The command shared on the installation page

curl -fsSL https://nebi.nebari.dev/install.sh | sh -s --desktop

creates the following error

sh: --: invalid option
Usage:	sh [GNU long option] [option] ...
	sh [GNU long option] [option] script-file ...
GNU long options:
	--debug
	--debugger
...

The fix is

curl -fsSL https://nebi.nebari.dev/install.sh | sh -s -- --desktop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions