Automate conflicting packages
This commit is contained in:
parent
056b143ab7
commit
6263b28e7b
2 changed files with 5 additions and 2 deletions
|
@ -32,7 +32,7 @@ sudo pacman --noconfirm -Sy \
|
|||
|
||||
sudo systemctl enable bluetooth --now;
|
||||
sudo grub-mkconfig -o /boot/grub/grub.cfg;
|
||||
yay --noconfirm -Syu libwacom-surface;
|
||||
yes | yay --answerclean=None --answerdiff=None -Syu libwacom-surface;
|
||||
|
||||
. "./camera.sh";
|
||||
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
|
||||
yes | yay --answerclean=None --answerdiff=None -Syu \
|
||||
qemu-virtiofsd \
|
||||
qemu-full;
|
||||
|
||||
yes | yay --answerclean=None --answerdiff=None -Syu \
|
||||
virt-manager \
|
||||
qemu-full \
|
||||
dnsmasq \
|
||||
iptables-nft \
|
||||
swtpm \
|
||||
|
|
Loading…
Reference in a new issue