More pacman swaps

This commit is contained in:
David Heinemeier Hansson
2025-08-24 17:53:42 +02:00
parent 4de9f5fda3
commit f0a77e65cd
4 changed files with 6 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
echo "Add LocalSend as new default application"
if ! command -v localsend &>/dev/null; then
yay -S --noconfirm --needed localsend-bin
sudo pacman -S --noconfirm --needed localsend
fi