Hello, sam told me this is a noed bug and it’s will be corrected this week . Any information when ?
It should already be fixed in staging
Sam
Hello, i’m not sure to undestand what already fixed in stagging. Sorry, when i try to update manualy my OMSC (version March 2025.03.01) i have the message : no update available. Is there anything else to do ?
KR
- Login via the command line
- Run the following command to add the staging repository:
echo 'deb http://apt.osmc.tv bullseye-devel main' | sudo tee /etc/apt/sources.list.d/osmc-devel.list
- Run the following commands to update:
sudo apt-get update && sudo apt-get dist-upgrade && reboot
- Your system should have have received the update.
I also recommend you remove /etc/apt/sources.list.d/osmc-devel.list
after updating.
This will deactivate the staging repository. You can do so with the following command:
sudo rm /etc/apt/sources.list.d/osmc-devel.list
.
it"s work perfectly. many thanks !!!