yadm-config/.config/yadm/bootstrap.d/30-KDEConnect.sh

7 lines
197 B
Bash
Executable file

#!/bin/env sh
yay -S --needed kdeconnect
sudo firewall-cmd --permanent --add-port=1714-1764/{tcp,udp}
echo "-- For some reason, its recommended to reboot your device to make kdeconnect work..."