arleypadua / PKHeX.Everywhere

Cross platform tools for interacting with Pokemon save files. The web version runs everywhere and the CLI works with Mac OS, Linux and Windows
https://pkhex-web.github.io
MIT License
34 stars 2 forks source link

Install script can't fetch the latest release #48

Closed dallenbaldwin closed 4 months ago

dallenbaldwin commented 4 months ago

When following the shell installation steps from the README, I get the following error (there was no root prompt because I was already authed as root)

curl -sL https://raw.githubusercontent.com/arleypadua/PKHeX.CLI/main/install.sh | sudo bash

Error: Could not fetch the latest release URL. Please check your GitHub repository and artifact name.
arleypadua commented 4 months ago

Thanks for the feedback.

Recently I renamed the repository and left some places with the old reference, which was causing the issue. It has been fixed now.