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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue