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
When booting a new system, RVM will not successfully install on the first try. First you must SSH into the box and run sudo apt-get update, then re-run vagrant provision for it to work. Is there a way around this? I tried adding a require to the command, but that had no effect at all. It even shows its acknowledgement of that requirement up in the debug output, but it does not actually run it.
The text was updated successfully, but these errors were encountered:
When booting a new system, RVM will not successfully install on the first try. First you must SSH into the box and run
sudo apt-get update
, then re-runvagrant provision
for it to work. Is there a way around this? I tried adding arequire
to the command, but that had no effect at all. It even shows its acknowledgement of that requirement up in the debug output, but it does not actually run it.The text was updated successfully, but these errors were encountered: