Update ota-updates.mdx

remove `<!--` comment which made website build to fail
This commit is contained in:
Lian Duan 2025-08-14 10:06:32 +08:00 committed by GitHub
parent 49b891de6f
commit 52a6157d73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,6 @@ Please be advised that manual upgrades should only be performed if you are comfo
For example, to upgrade to version 0.4.6, you can run the following command:
<!-- TODO: provide an API in cloud-api to do this -->
```bash
export JETKVM_UPDATE_TMPFILE=$(mktemp) && \
wget -c http://update.jetkvm.com/app/0.4.6/jetkvm_app -O $JETKVM_UPDATE_TMPFILE && \