mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-10-29 03:50:46 -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
|