Files
omarchycn/migrations/1751672984.sh
T

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