forked from stove/dataset
5 lines
100 B
Bash
5 lines
100 B
Bash
if [ "$INSTALL_TOOL" = "dnf" ]; then
|
|
PKG="$PKG postgresql"
|
|
else
|
|
PKG="$PKG postgresql-client"
|
|
fi
|