You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error: sudo: sorry, you must have a tty to run sudo
comes once the OS has been installed and the scripts are about to run.
The fix was to add: "ssh_pty": true
to the json file as per hashicorp/packer#2420
Environment
Mac OSX 10.10
VMWare Fusion 8.0.0
Packer 0.8.6
Any chance of getting this looked at
The text was updated successfully, but these errors were encountered:
The error:
sudo: sorry, you must have a tty to run sudo
comes once the OS has been installed and the scripts are about to run.
The fix was to add:
"ssh_pty": true
to the json file as per hashicorp/packer#2420
Environment
Mac OSX 10.10
VMWare Fusion 8.0.0
Packer 0.8.6
Any chance of getting this looked at
The text was updated successfully, but these errors were encountered: