Recently, my system has begun experiencing a problem in checking Insync updates with the following message:
Warning: Failed to fetch http://apt.insync.io/debian/dists/trixie/InRelease Could not resolve 'apt.insync.io'
I wonder what’s going on there?
On the other hand, this gave me an idea: why not do these checks in another way that will perform the check, for example, weekly instead of several times a day - which is so useless for Insync?
I could do this simply by checking the web page Linux - Download Insync and see if the latest release 3.9.6.60027 which appears when you hover the mouse on the appropiate download link, download the new package if exists, and install it - all using a simple shell script.
This could be a more efficient method but unfortunately, I see that it’s not possible because aparently those download links are not directly written in that web page, but somehow automatically generated.
I wish it were possible to check and perfrm Insync updates also in this way.