aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2019-04-09 16:25:15 +0200
committerPawel Wieczorek <p.wieczorek2@samsung.com>2019-04-09 16:29:19 +0200
commitf0f1a644ee5c8da2ee35cb78b8db67e3838121cb (patch)
tree870ace0093a54e1872a577eaeb8d1f76e35f5b02
parent07c12b82b1b23d9c824a46e9c861f79ee5a6867c (diff)
Synchronize Vagrant version between doc and script
Environment preparation script (tools/setup.sh) installs Vagrant 2.2.3, while documentation recommends version 2.0.1. Issue-ID: DOC-420 Change-Id: I9aefc8db2bacacab88a010c587b72a259e550ac8 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
-rw-r--r--docs/source/install/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/install/index.rst b/docs/source/install/index.rst
index 62f57e6..f959211 100644
--- a/docs/source/install/index.rst
+++ b/docs/source/install/index.rst
@@ -15,8 +15,8 @@ Ubuntu 14.04 ("Trusty")
.. code-block:: console
- $ wget -q https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.deb
- $ sudo dpkg -i vagrant_2.0.1_x86_64.deb
+ $ wget -q https://releases.hashicorp.com/vagrant/2.2.3/vagrant_2.2.3_x86_64.deb
+ $ sudo dpkg -i vagrant_2.2.3_x86_64.deb
$ echo "deb http://download.virtualbox.org/virtualbox/debian trusty contrib" >> /etc/apt/sources.list
$ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
@@ -33,8 +33,8 @@ CentOS
.. code-block:: console
- $ wget -q https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.rpm
- $ sudo yum install vagrant_2.0.1_x86_64.rpm
+ $ wget -q https://releases.hashicorp.com/vagrant/2.2.3/vagrant_2.2.3_x86_64.rpm
+ $ sudo yum install vagrant_2.2.3_x86_64.rpm
$ wget -q http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo -P /etc/yum.repos.d
$ sudo yum --enablerepo=epel install dkms