Fix broken Virtual Machine Manager
installation
This commit is contained in:
parent
a8b16d1c0f
commit
066d3662c9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
yay --noconfirm -Syu \
|
yes | yay --answerclean=None --answerdiff=None -Syu \
|
||||||
virt-manager \
|
virt-manager \
|
||||||
qemu-full \
|
qemu-full \
|
||||||
dnsmasq \
|
dnsmasq \
|
||||||
|
|
Loading…
Reference in a new issue