mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-01 21:42:28 -04:00
6 lines
161 B
Bash
6 lines
161 B
Bash
|
#!/bin/bash
|
||
|
sudo systemctl start ssh
|
||
|
sudo systemctl start dbus
|
||
|
sudo systemctl start avahi-daemon
|
||
|
/bin/bash
|
||
|
#/opt/install/sdrangel/bin/sdrangelsrv # not ready yet
|