Completes bootstrap.v2 setup
This commit is contained in:
parent
2bbccb4595
commit
b8192c832e
24 changed files with 86 additions and 143 deletions
|
|
@ -1,3 +1,11 @@
|
|||
#!/bin/env sh
|
||||
|
||||
addApplications kdeconnect
|
||||
|
||||
setupKDEConnect() {
|
||||
sudo firewall-cmd --permanent --add-port=1714-1764/{tcp,udp}
|
||||
|
||||
echo "-- For some reason, its recommended to reboot your device to make kdeconnect work..."
|
||||
}
|
||||
|
||||
addActions setupKDEConnect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue