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