Skip to content

Commit

Permalink
Merge pull request #1 from rebeccc/master
Browse files Browse the repository at this point in the history
Updating version of Ubuntu
  • Loading branch information
gparmer authored Aug 31, 2019
2 parents 0c2f030 + 056196a commit 6f64ac4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ A more detailed instructions is at the end of this document.
- `git clone https://github.com/base0x10/OS-standard-env`
- `git submodule init`
- `git submodule update`
- Install vagrant acording to your specific OS
- Install [vagrant](https://www.vagrantup.com/downloads.html) acording to your specific OS
- For mac and windows, there are instructions online. If anyone sends me consisce instructions, or a link I will copy them here
- `sudo dnf isntall vagrant`
- `sudo apt-get install vagrant`
- install virtualbox - this also depends on your OS
- There are websites that discribe how to do this for mac and windows. If someone sends me links, I will post them here
- install [virtualbox](https://www.virtualbox.org/wiki/Downloads) - this also depends on your OS
- For Mac, ensure that you allow the installer to load according to [these](https://matthewpalmer.net/blog/2017/12/10/install-virtualbox-mac-high-sierra/index.html) instructions.
- `sudo dnf install VirtualBox`
- `sudo apt-get install virtualbox`
- `vagrant up`
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty32"
config.vm.box = "ubuntu/bionic64"

config.vm.provider "virtualbox" do |v|
v.name = "CSCI-3411"
Expand Down

0 comments on commit 6f64ac4

Please sign in to comment.