dataset/seed/postgresql-client/manual/image/preinstall/postgresql_client.sh

6 lines
100 B
Bash
Raw Normal View History

2022-10-01 19:01:12 +02:00
if [ "$INSTALL_TOOL" = "dnf" ]; then
PKG="$PKG postgresql"
else
PKG="$PKG postgresql-client"
fi