Checking for updates...
We{"'"}re ensuring your device has the latest features and improvements.
Updating your device
Please don{"'"}t turn off your device. This process may take a few minutes.
Linux System Update
{calculateOverallProgress("system") < 100 ? (App Update
{calculateOverallProgress("app") < 100 ? (System is up to date
Your system is running the latest version. No updates are currently available.
Update available
A new update is available to enhance system performance and improve compatibility. We recommend updating to ensure everything runs smoothly.
{versionInfo?.systemUpdateAvailable ? (
<>
System:{" "}
{versionInfo?.remote.systemVersion}
>
) : null}
{versionInfo?.appUpdateAvailable ? (
<>
App: {versionInfo?.remote.appVersion}
>
) : null}
Update Completed Successfully
Your device has been successfully updated to the latest version. Enjoy the new features and improvements!
Update Error
An error occurred while updating your device. Please try again later.
{errorMessage && (Error details: {errorMessage}
)}