Created
September 18, 2022 18:39
-
-
Save prakapenka/83665e8244c313263fe23e447ca219cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -O- https://www.pgadmin.org/static/packages_pgadmin_org.pub |\ | |
gpg --dearmor |\ | |
sudo tee /usr/share/keyrings/packages_pgadmin_org.gpg > /dev/null | |
echo "deb [signed-by=/usr/share/keyrings/packages_pgadmin_org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" |\ | |
sudo tee /etc/apt/sources.list.d/pgadmin4.list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment