Install pgadmin4-desktop
This commit is contained in:
@@ -8,6 +8,7 @@ modules:
|
||||
- install-syncthing.sh
|
||||
- setup-kubectl.sh
|
||||
- setup-vscode.sh
|
||||
- install-pgadmin.sh
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://pkg.earthly.dev/earthly.repo
|
||||
@@ -40,6 +41,7 @@ modules:
|
||||
- musl-gcc
|
||||
- xclip
|
||||
- alacritty
|
||||
- pgadmin4-desktop
|
||||
remove:
|
||||
- firefox
|
||||
- firefox-langpacks
|
||||
|
||||
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