-
Notifications
You must be signed in to change notification settings - Fork 790
Closed
Description
Hello!
There was a mistake on the Linux Mint download option for pgAdmin4 (https://www.pgadmin.org/download/pgadmin-4-apt/) (as on the image). There was a missing apostrophe at the end of the command.
How it is on the website: sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin-org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update
How it worked on my terminal: sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin-org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
Metadata
Metadata
Assignees
Labels
No labels
