This commit is contained in:
Aleksander Cynarski 2022-10-09 20:06:38 +02:00
parent 8db4a8d97d
commit 4cbdcf4404
Signed by: paramah
GPG Key ID: C4340BA42B9C173A

View File

@ -66,7 +66,7 @@ cluster-domain: cluster.local
EOF
h1 "Install NFS"
apt-get install -y nfs-common
apt-get install -y nfs-server
mkdir /data
chmod -cR 777 /data
cat << EOF >> /etc/exports