fix missing virt-manager dep, add rate-mirrors for arch, fix errors in git and fish scripts

This commit is contained in:
askiiart 2024-06-02 13:57:01 -05:00
parent 2650eff42d
commit 46cdfbe486
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
5 changed files with 18 additions and 5 deletions

View file

@ -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