diff --git a/Ubuntu/package_install.sh b/Ubuntu/package_install.sh index c3d8c6e..4f93bc6 100755 --- a/Ubuntu/package_install.sh +++ b/Ubuntu/package_install.sh @@ -20,4 +20,7 @@ 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 +sudo apt install cifs-utils + +# Install resolvconf for local resolv +sudo apt install resolvconf \ No newline at end of file