-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
ERROR: Can't find the installer! #111
Comments
Try running it with Force curl sudo /Library/Management/erase-install/erase-install.sh --force-curl --os=11 --pkg --reinstall --check-power --depnotify |
Thank you for your help but I tried it and it don't work. Same error as before message "ERROR: Can't find the installer!". Do you have another idea to fix that? |
Can you try using the package? |
Thank you for your answer. I checked the package and I can install it manually without any problems. I used the following command to establish the installation:
Below you will find the corresponding logs
Thank you in advance. |
Thanks I can reproduce this. Looking into it. |
This should be resolved in 0.22.0+ |
Thank you. How can I test the 0.22.0 release, cause there isn't a new package uploaded? Or should I use the 0.23 packages? |
@user1233445 apologies, the package is there now. But you can also try the 0.23.0 (even better). |
I tried the new package and I got the same error message as before. I used the following command to establish the installation:
I got the following log:
I repeated the command to check if it needed to be run twice (on a second device it worked the second time I ran it). But there I got the following result:
Thank you in advance for your help. |
Weird, it's working for me. I'll take another look later. PS, do not use |
In the meantime, there is no need for you to use the --pkg option. That's just an experimental option, but it doesn't really have any advantage. |
Hi Guys,
I'm trying to use the erase-install script for upgrading Catalina Macs to BigSur with the option to download and install the version as a package. My command looks like this:
sudo /Library/Management/erase-install/erase-install.sh --os=11 --pkg --reinstall --check-power --depnotify
The script downloads the package into the folder /Library/Management/erase-install/ but don't install it with the error message [erase-install] ERROR: Can't find the installer!.
Maybe I didn't understand the instructions correctly, but normally the package should be installed at the same time, right?
Thank you in advance!
The text was updated successfully, but these errors were encountered: