cluster-deployment/src/steps-preinstall/15-nfs.sh

5 lines
88 B
Bash
Executable File

#!/usr/bin/env bash
queue_apt_install "nfs-common";
queue_postinstall_step "20-nfs.sh"