Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users can't upgrade the firmware if jade repo directory exists #23

Open
epiccurious opened this issue Aug 5, 2023 · 0 comments
Open

Comments

@epiccurious
Copy link
Owner

The script is designed to pull the most recent Jade changes only if the ~/jade directory doesn't exist.

This was intentional to prevent having to clone the repo again every runtime.

It also allows users to clone and customize their Jade firmware before running the script.

As a workaround, users who are trying to upgrade their DIY Jades to 1.0.21 from 0.47 or 0.48 can run the following in Terminal:
rm -rf ~/jade

Then re-run the script.

Need to figure out a better solution, such as perhaps prompting the user to overwrite the directory.

@epiccurious epiccurious changed the title Users can't upgrade the firmware if ~/jade exists Users can't upgrade the firmware if jade repo directory exists Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant