Open CodeNeedsCoffee opened 2 years ago
Did a tc@box:~$ grep -rnw ./ -e bspatch
and got the following results
./rploader.sh:57:curl --location "https://raw.githubusercontent.com/pocopico/tinycore-redpill/main/bspatch" -O
./rploader.sh:59:chmod 777 bspatch
./rploader.sh:60:sudo mv bspatch /usr/local/bin/
So this should work: curl --location "https://raw.githubusercontent.com/pocopico/tinycore-redpill/main/bspatch" -O && chmod 777 bspatch && sudo mv bspatch /usr/local/bin/
Edit: verified that it works around the automatic installation not working.
Worked like magic! Thanks!! 😊
Did a
tc@box:~$ grep -rnw ./ -e bspatch
and got the following results./rploader.sh:57:curl --location "https://raw.githubusercontent.com/pocopico/tinycore-redpill/main/bspatch" -O ./rploader.sh:59:chmod 777 bspatch ./rploader.sh:60:sudo mv bspatch /usr/local/bin/
So this should work:
curl --location "https://raw.githubusercontent.com/pocopico/tinycore-redpill/main/bspatch" -O && chmod 777 bspatch && sudo mv bspatch /usr/local/bin/
Edit: verified that it works around the automatic installation not working.
Worked like magic for as well!
Fixed on latest version
Fixed on latest version
idk why but i encountered this on 0.8.0.0/latest and this managed to fix it so really im satisfied with whatever fixes this issue
I'm currently trying the bare-metal install and after configuring my file and running "sudo ./rploader.sh build bromolow-7.0.1-42218" I get the following error:
I did try bypass the runtime.sh and it get's further until it errors out here:
I did try to manually install bsdiff and configured the BSPATCH_PATH env variable but still received the same error. Any help would be greatly appreciated, thanks!