You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an installer script now, but there are some improvements we can make:
Automatically pull the latest stable version instead of a hardcoded version (probably by querying the Releases API)
Figure out a way to validate the checksum on Mac OS (apparently sha256sum is not installed by default?)
Install to a location other than /usr/bin to avoid requiring sudo permissions for most users (maybe install to .fossa, append it to the $PATH, and provide a .bashrcEXPORT PATH=$PATH:$HOME/.fossa line?)
Some ideas:
curl | bash
or other one-liner. We can probably take the script from jpillora/installer.npm install -g @fossa/cli
brew install @fossa/cli
Some references:
The text was updated successfully, but these errors were encountered: