mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
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:
@@ -1,7 +1,7 @@
|
|||||||
* Upstream Vagrant Install<br />
|
* Upstream Vagrant Install<br />
|
||||||
Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default):
|
Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default):
|
||||||
```shell
|
```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
|
chmod a+x ./install.bash
|
||||||
./install.bash
|
./install.bash
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user