From 7e755b436dc7b417703d951c6d875e54a714747d Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Sat, 17 Aug 2019 23:26:31 +0200 Subject: [PATCH] Add nfs and cifs helper --- Ubuntu/package_install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Ubuntu/package_install.sh b/Ubuntu/package_install.sh index 9a36091..c3d8c6e 100755 --- a/Ubuntu/package_install.sh +++ b/Ubuntu/package_install.sh @@ -16,4 +16,8 @@ sudo apt install python3 ipython3 python3-pip sudo apt install zsh # Install smbclient -sudo apt install smbclient \ No newline at end of file +sudo apt install smbclient + +# Install nfs helper and cifs helper +sudo apt install nfs-common +sudo apt install cifs-utils \ No newline at end of file