From 48ca5a95f5291b855a42305a16af6c0a40b034d8 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Sun, 18 Aug 2019 09:03:31 +0200 Subject: [PATCH] Add resolvconf --- Ubuntu/package_install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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