From 4650a74016e874511e03cf2d768ed8e820fc148f Mon Sep 17 00:00:00 2001 From: hoatle Date: Thu, 9 Mar 2017 10:30:28 +0700 Subject: [PATCH] @ #285 | update new key to install VirtualBox on Ubuntu --- docs/getting_started.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 91f2d426..13c3a26e 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -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):