[Solved] Back fromTesting to Stable

To solve the issues with YunoHost 11.1.0 with new SSOwat version , I switched to Testing channel.
As the problem seems solved, could someone give me the procedure to switch back to the stable channel.
Thanks !

Find the proper file handling yunohost sources using

grep -nr yunohost /etc/apt/sources.list*

and then edit the file with sudo nano /etc/apt/the_appropriate_file and remove the “testing” keyword

Thanks @Aleks
For others newbie

grep -nr yunohost /etc/apt/sources.list.d/yunohost.list
sudo nano /etc/apt/sources.list.d/yunohost.list

remove the word “testing”
ctrl O (for saving)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.