Add nfs and cifs helper

This commit is contained in:
2019-08-17 23:26:31 +02:00
parent 669db3ec63
commit 7e755b436d

View File

@@ -16,4 +16,8 @@ sudo apt install python3 ipython3 python3-pip
sudo apt install zsh sudo apt install zsh
# Install smbclient # Install smbclient
sudo apt install smbclient sudo apt install smbclient
# Install nfs helper and cifs helper
sudo apt install nfs-common
sudo apt install cifs-utils