From 532ab6c94c98246c238d5faa5f0fb43fa5125467 Mon Sep 17 00:00:00 2001 From: jbanic Date: Mon, 20 Feb 2023 15:26:30 +0100 Subject: [PATCH] Update 'SambaInstall.md' --- SambaInstall.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SambaInstall.md b/SambaInstall.md index 83e1c6b..98ac04a 100644 --- a/SambaInstall.md +++ b/SambaInstall.md @@ -1,9 +1,7 @@ ##Install Samba server ```bash -sudo apt install samba smbclient cifs-utils -y - -sudo apt-get install samba-vfs-modules -y +sudo apt install samba smbclient cifs-utils samba-vfs-modules -y ``` ```bash