omarchy/migrations/1751672984.sh
David Heinemeier Hansson f0a77e65cd More pacman swaps
2025-08-24 17:53:42 +02:00

6 lines
144 B
Bash

echo "Add LocalSend as new default application"
if ! command -v localsend &>/dev/null; then
sudo pacman -S --noconfirm --needed localsend
fi