Improve pacmen

This commit is contained in:
askiiart 2023-09-07 09:13:31 -05:00
parent 209fe77399
commit 8e587ee2ce
No known key found for this signature in database
GPG key ID: D508BCC06C5E1BD9
2 changed files with 4 additions and 4 deletions

View file

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

View file

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