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

@ -13,7 +13,7 @@ if command_exists "apt-get"; then
elif command_exists "yum"; then
sudo yum install fish -y
elif command_exists "pacman"; then
pacman -S fish
sudo pacman -S fish
elif command_exists "zypp"; then
# Untested
sudo zypper install fish -y