mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
another dnf -y
This commit is contained in:
parent
cc44cb454f
commit
4a8dd7f724
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user