fix missing virt-manager dep, add rate-mirrors for arch, fix errors in git and fish scripts
This commit is contained in:
parent
2650eff42d
commit
46cdfbe486
5 changed files with 18 additions and 5 deletions
|
@ -14,8 +14,9 @@ elif command_exists "yum"; then
|
|||
sudo systemctl enable --now libvirtd.service
|
||||
sudo usermod -aG libvirt $(whoami)
|
||||
elif command_exists "pacman"; then
|
||||
sudo pacman -S qemu-full --noconfirm --needed
|
||||
sudo pacman -S qemu-full dnsmasq --noconfirm --needed
|
||||
sudo pacman -S virt-manager --noconfirm --needed
|
||||
sudo systemctl enable --now libvirtd.service
|
||||
elif command_exists "zypp"; then
|
||||
# Untested
|
||||
sudo zypper install qemu -y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue