Install pgadmin4-desktop

This commit is contained in:
2023-12-24 17:36:21 -05:00
parent a7b6a81969
commit d9b5755e99
2 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ modules:
- install-syncthing.sh - install-syncthing.sh
- setup-kubectl.sh - setup-kubectl.sh
- setup-vscode.sh - setup-vscode.sh
- install-pgadmin.sh
- type: rpm-ostree - type: rpm-ostree
repos: repos:
- https://pkg.earthly.dev/earthly.repo - https://pkg.earthly.dev/earthly.repo
@@ -40,6 +41,7 @@ modules:
- musl-gcc - musl-gcc
- xclip - xclip
- alacritty - alacritty
- pgadmin4-desktop
remove: remove:
- firefox - firefox
- firefox-langpacks - firefox-langpacks

View 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