Installation

Run the following command in your terminal:

curl -sfL "https://gitlab.com/scottlindeman/public/-/raw/main/01_projects/curo/install" | bash

This will install the latest curo version. If you want a specific version, use the following bash syntax

bash -s -- -v "0.93.0"

Additionally, the script will install curo into /usr/local/bin. If another directory is preferable, use the following bash syntax

bash -s -- -i "~/bin"

Example:

curl -sfL "https://gitlab.com/scottlindeman/public/-/raw/main/01_projects/curo/install" | bash -s -- -v "0.93.0" -i "/usr/local/bin"

This will install the curo binary to /usr/local/bin.