Improve pacmen
This commit is contained in:
parent
209fe77399
commit
8e587ee2ce
2 changed files with 4 additions and 4 deletions
|
@ -21,8 +21,8 @@ if command_exists "apt-get"; then
|
|||
elif command_exists "yum"; then
|
||||
sudo yum install pass git -y
|
||||
elif command_exists "pacman"; then
|
||||
sudo pacman -S git --noconfirm
|
||||
sudo pacman -S pass --noconfirm
|
||||
sudo pacman -S git --noconfirm --needed
|
||||
sudo pacman -S pass --noconfirm --needed
|
||||
elif command_exists "zypp"; then
|
||||
sudo zypper install pass git -y
|
||||
elif command_exists "emerge"; then
|
||||
|
|
|
@ -12,8 +12,8 @@ if command_exists "apt-get"; then
|
|||
elif command_exists "yum"; then
|
||||
sudo yum install @Virtualization virt-manager -y
|
||||
elif command_exists "pacman"; then
|
||||
sudo pacman -S qemu-full --noconfirm
|
||||
sudo pacman -S virt-manager --noconfirm
|
||||
sudo pacman -S qemu-full --noconfirm --needed
|
||||
sudo pacman -S virt-manager --noconfirm --needed
|
||||
elif command_exists "zypp"; then
|
||||
# Untested
|
||||
sudo zypper install qemu -y
|
||||
|
|
Loading…
Reference in a new issue