Hello,
I have just seen the Remote Terminal add-on, and wanted to give it a try.
I have a raspberrypi 4, OS version: Raspbian GNU/Linux 10 (buster), with mender installed, but without mender-client.
I saw that the remote terminal add-on requires mender-client, installed using the APT repository (Link),
But when trying to install it, as described here, I’m getting the following error:
~ $ sudo add-apt-repository \
"deb [arch=armhf] https://downloads.mender.io/repos/debian \
stable \
main"
Traceback (most recent call last):
File “/usr/bin/add-apt-repository”, line 95, in
sp = SoftwareProperties(options=options)
File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 109, in init
self.reload_sourceslist()
File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File “/usr/lib/python3/dist-packages/aptsources/distro.py”, line 93, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for
Raspbian/buster
Any chance it is not supported?
Or maybe I’m missing anything?