From 0a6c0d7e110983f71ca8ba58f7e542f758a6beb7 Mon Sep 17 00:00:00 2001 From: jbanic Date: Mon, 20 Feb 2023 14:57:34 +0100 Subject: [PATCH] Update 'SambaInstall.md' --- SambaInstall.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SambaInstall.md b/SambaInstall.md index 5feeb3a..964eb82 100644 --- a/SambaInstall.md +++ b/SambaInstall.md @@ -1 +1,5 @@ -sudo apt install samba smbclient cifs-utils -y \ No newline at end of file +```bash +sudo apt install samba smbclient cifs-utils -y + +sudo apt-get install samba-vfs-modules +``` \ No newline at end of file