Skip to content

Commit

Permalink
@ #285 | update new key to install VirtualBox on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Mar 9, 2017
1 parent ef672e0 commit 4650a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ Open the terminal window:
.. code-block:: bash
$ sudo sh -c "echo 'deb http://download.virtualbox.org/virtualbox/debian '$(lsb_release -cs)' contrib non-free' > /etc/apt/sources.list.d/virtualbox.list" \
&& wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - \
&& wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add - \
&& wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - \
&& sudo apt-get update && sudo apt-get install virtualbox-5.1 -y
3. Install ``vagrant`` (>=1.8.7, >=1.9.1):
Expand Down

0 comments on commit 4650a74

Please sign in to comment.