2023-09-18 15:41:53 +00:00
|
|
|
#!/bin/sh -e
|
|
|
|
# Install syncthingtray and other things using boost, preventing conflicts
|
|
|
|
# Pass -git as argument to install the git version with dependencies
|
|
|
|
pacman -Qq | grep -E '^(syncthingtray)' | xargs --no-run-if-empty yay -R --noconfirm
|
|
|
|
suffix=$1
|
2024-05-31 08:57:17 +00:00
|
|
|
yay --noconfirm -Syy --answerdiff none boost c++utilities$suffix qtforkawesome$suffix qtutilities$suffix
|
2023-09-18 15:41:53 +00:00
|
|
|
yay --noconfirm -S syncthingtray$suffix guitarix
|