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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: