Update CasaOS
mainYou can update CasaOS using the User Interface (UI) by navigating to Settings ... Update.
Alternatively, you can update via a terminal session (SSH or direct attachment). Note that terminal updates cannot be performed from the terminal window inside the CasaOS UI; they must be run from a standard system shell.
# Update to the latest release via terminal
wget -qO- https://get.casaos.io/update | sudo bash
# or
curl -fsSL https://get.casaos.io/update | sudo bash