diff --git a/packer/scripts/update-resolv.conf.sh b/packer/scripts/update-resolv.conf.sh deleted file mode 100755 index 0d0d13ad..00000000 --- a/packer/scripts/update-resolv.conf.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -set -ex - -echo 'nameserver 8.8.8.8' >> /etc/resolvconf/resolv.conf.d/head -resolvconf -u diff --git a/packer/templates/virtualbox.json b/packer/templates/virtualbox.json index 1de9b901..6dc34711 100644 --- a/packer/templates/virtualbox.json +++ b/packer/templates/virtualbox.json @@ -64,7 +64,6 @@ "type": "shell", "execute_command": "echo 'vagrant' | {{ .Vars }} sudo -S -E {{ .Path }}", "scripts": [ - "scripts/update-resolv.conf.sh", "scripts/quiet-tty-warning.sh", "scripts/apt-update.sh", "scripts/update-ruby.sh", diff --git a/packer/templates/vmware.json b/packer/templates/vmware.json index 3c1ad261..36ba762c 100644 --- a/packer/templates/vmware.json +++ b/packer/templates/vmware.json @@ -63,7 +63,6 @@ "type": "shell", "execute_command": "echo 'vagrant' | {{ .Vars }} sudo -S -E {{ .Path }}", "scripts": [ - "scripts/update-resolv.conf.sh", "scripts/quiet-tty-warning.sh", "scripts/apt-update.sh", "scripts/update-ruby.sh",