From 20490dbe5b6add404bdac1cc710f5b9e42ebca43 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 12 Feb 2019 08:11:13 -0800 Subject: [PATCH] Update path for manual vagrant-vmware-utility installation This updates the installation path described to be the default location so that the vagrant-vmware-plugin will automatically discover the certificates directory without requiring any customization within the Vagrantfile. --- .../source/docs/vmware/vagrant-vmware-utility.html.md.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/vmware/vagrant-vmware-utility.html.md.erb b/website/source/docs/vmware/vagrant-vmware-utility.html.md.erb index fb878400d..c6f8fa981 100644 --- a/website/source/docs/vmware/vagrant-vmware-utility.html.md.erb +++ b/website/source/docs/vmware/vagrant-vmware-utility.html.md.erb @@ -29,15 +29,15 @@ Next create a directory for the executable and unpack the executable as root. ```shell -sudo mkdir /opt/vagrant-vmware-utility/bin -sudo unzip -d /opt/vagrant-vmware-utility/bin vagrant-vmware-utility_1.0.0_x86_64.zip +sudo mkdir /opt/vagrant-vmware-desktop/bin +sudo unzip -d /opt/vagrant-vmware-desktop/bin vagrant-vmware-utility_1.0.0_x86_64.zip ``` After the executable has been installed, the utility setup tasks must be run. First, generate the required certificates: ```shell -sudo /opt/vagrant-vmware-utility/bin/vagrant-vmware-utility certificate generate +sudo /opt/vagrant-vmware-desktop/bin/vagrant-vmware-utility certificate generate ``` The path provided from this command can be used to set the [`utility_certificate_path`] @@ -47,7 +47,7 @@ configuration if installing to a non-standard path. Finally, install the service. This will also enable the service. ```shell -sudo /usr/local/vagrant-vmware-utility/vagrant-vmware-utility service install +sudo /usr/local/vagrant-vmware-desktop/vagrant-vmware-utility service install ``` # Usage