Skip to content

installation issue #157

@djsisson

Description

@djsisson

To Reproduce

run the install script as listed in the docs

curl -sSL https://dokploy.com/install.sh | sh

see the following error
sh: 264: [[: not found

Current vs. Expected behavior

docs say to use the following:

curl -sSL https://dokploy.com/install.sh | sh

however on line 264 of the installation script

if [[ "$VERSION_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]; then

it denotes using [[ double square brackets, these are a bash only conditional and do not work in sh, the start of the script denotes bash, but this is ignored since the doc script line pipes to sh

suggest changing docs to
curl -sSL https://dokploy.com/install.sh | bash

Provide environment information

os: ubuntu 20.04

Which area(s) are affected? (Select all that apply)

Installation

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions