7 lines
197 B
Bash
Executable file
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..."
|