Use correct url for script download in docs (#1606)

Reference the correct download URL in the installation documents for
retrieving the install script from the vagrant-libvirt-qa repository.

Fixes: #1601
This commit is contained in:
Darragh Bailey
2022-09-22 16:51:44 +01:00
committed by GitHub
parent 309f78c8fd
commit 5e0b169dff

View File

@@ -1,7 +1,7 @@
* Upstream Vagrant Install<br />
Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default):
```shell
curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash
curl -O https://raw.githubusercontent.com/vagrant-libvirt/vagrant-libvirt-qa/main/scripts/install.bash
chmod a+x ./install.bash
./install.bash
```