mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-27 22:45:26 -04:00
6 lines
152 B
Bash
6 lines
152 B
Bash
|
#!/bin/bash
|
||
|
sudo service ssh start
|
||
|
sudo service dbus start
|
||
|
sudo service avahi-daemon start
|
||
|
/bin/bash
|
||
|
#/opt/install/sdrangel/bin/sdrangel # not ready yet
|