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 packages are not stored as the author intended any longer and the scripts need to be updated to unzip the files.
Basically if you download the file manually you can tar -zxvf the file, then repackage the contents with tar -cxvf as filename.box.
Then use vagrant add box custom/boxname /path/to/box/file.
Update your Vagrantfiles to the new custom name and add ":box_url => /path/to/box/file,". Then in the GOAD shell "update_instance_files" then install on the GOAD shell.
Its annoying. I think its a hashicorp issue at the end of the day (hashicorp standardizing files on upload) or the files were not uploaded with .box at the end is my best guess
Got this error, and didn't understand why..
And I saw that the file is not available, why?
Thanks for the help.
The text was updated successfully, but these errors were encountered: