Hi,
I found several mistakes in the debian feeds client configuration documentation, both inedo docs webpage and proget app web (strangely they aren't the same).
https://docs.inedo.com/docs/proget-feeds-debian
wget -qO - http://{proget-server}/debian-feeds/keys/{feed-name}.asc
In a new Debian feed that URL address return the error (404) Not Found.
In the section Adding the repository there is a misspelling (debina vs debian)
echo "deb http://{proget-server}/debina/{feed-name} {distro-name} {component-name}"
On the other side the information the Integrate with apt information on proget web app is also erroneous:
echo "deb http://myserver:8624/debian/stable/bionic libs scati third" | sudo tee "/etc/apt/sources.list.d/proget-stable.list"
The distro-name should be separated by a space from the URL echo "deb http://myserver:8624/debian/stable bionic libs scati third"
Above all, bear in mind that apt-key was considered deprecated as of Debian 11 and Ubuntu 22.04
