# If your Chef version is earlier than 11.0.0, use version 1.10.0 of this cookbook: https://github.com/opscode-cookbooks/apt/commit/dd29a85257161ff42c9595627dd370b02be2060f | |
vagrant halt | |
cd cookbooks/apt | |
git reset --hard 1.10.0 | |
vagrant up |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
rickumali
commented
Jun 28, 2013
This gist helped me out, so thank you! Be advised that line 5 should read "git reset --hard 1.10.0". |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Thanks @rickumali |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist helped me out, so thank you! Be advised that line 5 should read "git reset --hard 1.10.0".