Install pgadmin4-desktop
This commit is contained in:
@@ -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
|
||||||
|
|||||||
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