How to reinstall CasaOS

I’ve prepared a script that simplifies the process of reinstalling CasaOS, and I’m excited to demonstrate how to use it in a video tutorial. This script utilizes the default CasaOS scripts to execute both the uninstallation and reinstallation steps, making the whole process straightforward.

1 Like

nice tutorial but i’m getting error while trying to install:

~$ curl -fsSL https://get.casaos.io | sudo bash

curl: (60) SSL certificate problem: certificate has expired

More details here: curl - SSL CA Certificates

curl failed to verify the legitimacy of the server and therefore could not

establish a secure connection to it. To learn more about this situation and

how to fix it, please visit the web page mentioned above.

is this a common issue i read that icewhale sometimes forget to renew the certificate.

Sup,
You need to pass the -k or –insecure option to the curl command.
More here: https://www.cyberciti.biz/faq/how-to-curl-ignore-ssl-certificate-warnings-command-option/

Much love. Peace.
What a guy…

It took me a min to find Big Bears script he was talking about. It’s here: big-bear-scripts/reinstall-casaos at master · bigbeartechworld/big-bear-scripts · GitHub
I’m going to give it a try as I need to reinstall casaos on my zimaboard and mod it to use the sata drive and not the integrated 32g drive. I’ll post here any mods/changes I do IF I’m successful.