Skip to content

Commit

Permalink
Added support for PGAdmin 3 installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCardoso committed Feb 5, 2018
1 parent 82a34bb commit 1786709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ install_pgadmin(){
sudo apt update
sudo apt install wget ca-certificates
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt install pgadmin4
sudo apt install pgadmin3

echo
echo "...End of PGAdmin installation."
Expand Down

0 comments on commit 1786709

Please sign in to comment.