-
Notifications
You must be signed in to change notification settings - Fork 75
Rewords ops setup instructions. #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ewhd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good, just wondering if we want to consistently use either apt or apt-get, as right now it uses a mix.
| ### Download Virtalbox using latest .deb file - run these commands | ||
| ### Download Virtalbox | ||
|
|
||
| Run each of these commands in your terminal: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look like the same install commands used in David's script, which failed to install Virtualbox on most (but not all) student's labs this time around.
Any reason we're downloading from Oracle's repos and not just running sudo apt install virtualbox?
This is what we ended up having the students do on Friday when we discovered the problem.
Co-authored-by: Ethan Denny <[email protected]>
No description provided.