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.
When `higgsfield` is missing, this live installation instruction downloads a script and immediately executes it with `sh`. If the repository, delivery path, or script is later compromised, it could access or modify data with the current user's permissions. Although the source is public GitHub, no commit pin, checksum, or review step is shown. The user can ask for a pinned version and checksum, or inspect the downloaded script before execution.
```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ```Show 1 other places
1. If `higgsfield` is missing, install it: ```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ```