Install pgadmin4-desktop
This commit is contained in:
9
config/scripts/install-pgadmin.sh
Normal file
9
config/scripts/install-pgadmin.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -oue pipefail
|
||||
|
||||
set +e
|
||||
rpm -e pgadmin4-fedora-repo
|
||||
set -e
|
||||
|
||||
rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-fedora-repo-2-1.noarch.rpm
|
||||
|
||||
Reference in New Issue
Block a user