diff --git a/arch-template.json b/arch-template.json index 00d2971..a6bed38 100644 --- a/arch-template.json +++ b/arch-template.json @@ -8,12 +8,11 @@ "boot_wait": "5s", "boot_command": [ "", - "/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh", + "/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh", "/usr/bin/bash ./install.sh" ], "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "10m", "shutdown_command": "systemctl poweroff" } ]