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 original setup_vagrant.sh doesn't complete successfully due to the fact that git is not installed by default. resolved by adding early on in script:
The original setup_vagrant.sh doesn't complete successfully due to the fact that git is not installed by default. resolved by adding early on in script:
MongoDB fails to install due to packages not found:
E: Unable to locate package mongodb-org
E: Unable to locate package mongodb-org-server
...
I was able to resolve this by adding an additional apt-get update
The text was updated successfully, but these errors were encountered: