In the README.md file, under "Getting Started" > "Installation" > "Command Line Tool", both URLs for the install.sh and install.ps1 scripts are broken:
$ curl -LsSf https://securityresearch.google/magika/install.sh
curl: (56) The requested URL returned error: 404
$ curl -LsSf https://securityresearch.google/magika/install.ps1
curl: (56) The requested URL returned error: 404
https://securityresearch.google/magika/install.sh redirects to https://github.com/google/magika/releases/download/cli-latest/magika-installer.sh which is invalid.
The correct redirect target would likely be https://github.com/google/magika/releases/latest/download/magika-cli-installer.sh.
In the README.md file, under "Getting Started" > "Installation" > "Command Line Tool", both URLs for the
install.shandinstall.ps1scripts are broken:https://securityresearch.google/magika/install.shredirects tohttps://github.com/google/magika/releases/download/cli-latest/magika-installer.shwhich is invalid.The correct redirect target would likely be
https://github.com/google/magika/releases/latest/download/magika-cli-installer.sh.