2025-08-07 18:19:16 -04:00

6 lines
140 B
Bash

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