if [ "$INSTALL_TOOL" = "dnf" ]; then
  PKG="$PKG postgresql"
else
  PKG="$PKG postgresql-client"
fi