@ -0,0 +1,9 @@
#!/bin/bash
#Installation client
dnf in -y nfs-utils
#debian apt install -y nfs-common
mount -t nfs 1.1.1.1:/export/dir /mnt/local