Error install Shorebird using cURL command

671 views Asked by At

I tried to install Shorebird on my Mac, but I terminated the task by mistake, the command line was

curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | bash

Now I tried the same command, but gives me this error:

Error: Existing Shorebird installation detected. Use --force to overwrite.

1

There are 1 answers

0
Shady Boshra On BEST ANSWER

I found a solution using this command

curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | bash -s -- --force