another dnf -y

This commit is contained in:
Trevor Batley 2023-08-31 14:11:19 +10:00
parent cc44cb454f
commit 4a8dd7f724

View File

@ -7,7 +7,7 @@ SCRIPT_DIR="$(dirname "$(realpath "$0")")"
source "$SCRIPT_DIR"/globals.sh source "$SCRIPT_DIR"/globals.sh
source "$SCRIPT_DIR"/parameters.sh source "$SCRIPT_DIR"/parameters.sh
dnf install nfs-utils dnf install -y nfs-utils
# Export server directory to be mounted by clients # Export server directory to be mounted by clients
echo "$KOJI_DIR $KOJI_SLAVE_FQDN(ro,no_root_squash)" >> /etc/exports echo "$KOJI_DIR $KOJI_SLAVE_FQDN(ro,no_root_squash)" >> /etc/exports