fl-suite
fl-suite copied to clipboard
Installation step fails
I started installing fl-suite following this instruction. However, once I run the first step i.e.
LATEST_RELEASE_URL=$(curl -s "https://api.github.com/repos/katulu-io/fl-suite/releases/latest")
It does not work as expected. It seems the download link does not exist as shown in the following line:
$ echo $LATEST_RELEASE_URL
{ "message": "Not Found", "documentation_url": "https://docs.github.com/rest/reference/repos#get-the-latest-release" }
Please let me know how I can pass this issue.