Skip to content

Commit

Permalink
Fix ubuntu install script (#64)
Browse files Browse the repository at this point in the history
Fedora example script to install dependencies use `-y` flag, so I added
it too on Ubuntu example.

Signed-off-by: Zasda Yusuf Mikail <[email protected]>
  • Loading branch information
zasdaym authored Oct 4, 2020
1 parent 6fdb56e commit 6494f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sudo dnf -y install genisoimage virt-install libguestfs-tools-c qemu-img libvirt
- Ubuntu example:

```
sudo apt install genisoimage virtinst libguestfs-tools qemu-utils libvirt-clients wget libosinfo-bin
sudo apt install -y genisoimage virtinst libguestfs-tools qemu-utils libvirt-clients wget libosinfo-bin
```

If you want to resolve guests by their hostnames, install the `libvirt-nss` package:
Expand All @@ -42,7 +42,7 @@ sudo dnf -y install libvirt-nss
- Ubuntu example:

```
sudo apt install libnss-libvirt
sudo apt install -y libnss-libvirt
```

Then, add `libvirt` and `libvirt_guest` to list of **hosts** databases in
Expand Down

0 comments on commit 6494f21

Please sign in to comment.