Trying
sudo add-apt-repository "deb
https://jevois.usc.edu/apt stretch main"
Key part of error message:
"Error: could not find a distribution template for Raspbian/stretch"
Full interaction:
pi@c0:~/jevois $ sudo add-apt-repository "deb
https://jevois.usc.edu/apt stretch main"
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 95, in <module>
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 89, in
get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a
distribution template for Raspbian/stretch
*******************************************************
By the way, you should mention in your instructions that folks using
Raspian need to
sudo apt-get install dirmngr software-properties-common
to follow your instructions on loading USC software.