boneIO application Update
In Debian 13, updating the boneIO software can be performed in 2 ways:
Update via Web UI
To update the application, enter https://device-address:8443 in your web browser to access the boneIO Black Web UI. Navigate to the System tab and click the Check for update button. If an update is available, proceed with the installation. After the update is finished and the system restarts, the page should reload automatically, and the device will be updated to the latest version.
Update via terminal
The boneIO installation path is, for example, ~/boneio. Activate the boneIO venv (virtual environment) and update the application via PyPI:
sudo systemctl stop boneio
source ~/boneio/venv/bin/activate
pip3 install --upgrade pip
pip3 install --upgrade boneio
sudo systemctl start boneioRead the release notes!
With every system update, we provide release notes—sometimes changes in the application are significant and require manual intervention or modifications to certain configuration aspects. It is very important to read the update information EVERY TIME before performing the update. https://github.com/boneIO-eu/app_black/releases/tag/v0.10.0