Runs a downloaded program right away
Source references: 2This line runs the downloaded content without giving you a chance to read it first.
Once run, the downloaded program could read or change your files. The owner of the website can also replace the program without changing its URL.
This is an active installation instruction: when `higgsfield` is absent from PATH, the agent downloads the script currently served by a GitHub repository and immediately pipes it to a shell. No commit is pinned and no prior review or hash verification is specified. If the repository or script were compromised, it would run with the current user's permissions and could access or change data available to that user. A user can ask for a pinned version and checksum, or require the script to be saved, reviewed, and approved before execution.
```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ```Show 1 other places
Before any other command:1. If `higgsfield` is not on `$PATH`, install it: ```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ```