Please note that security bugs or issues should be reported to security@pgadmin.org.
Describe the bug
in modern ubuntu/debian repository in sources list have sources format
To Reproduce
Steps to reproduce the behavior:
- open https://www.pgadmin.org/download/pgadmin-4-apt/
- see
sudo sh -c 'echo "deb [signed-by=/etc/apt/keyrings/packages-pgadmin-org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
Fix from me:
wget -qO- https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo gpg --dearmor -o /usr/share/keyrings/packages-pgadmin-org.gpg
echo -e "Types: deb\nURIs: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs)\nSuites: pgadmin4\nComponents: main\nArchitectures: amd64\nSigned-By: /usr/share/keyrings/packages-pgadmin-org.gpg" | sudo tee /etc/apt/sources.list.d/pgadmin4.sources
Please fix it
Please note that security bugs or issues should be reported to security@pgadmin.org.
Describe the bug
in modern ubuntu/debian repository in sources list have
sourcesformatTo Reproduce
Steps to reproduce the behavior:
Fix from me:
Please fix it