19 lines
207 B
Bash
19 lines
207 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#This script installs all of the necessary build dependencies to build all packages for subo software:
|
||
|
|
||
|
#openmct
|
||
|
#openmtc
|
||
|
#balena
|
||
|
#....
|
||
|
|
||
|
|
||
|
apt-get -y install "tbd"
|
||
|
|
||
|
#problem children...
|
||
|
|
||
|
#
|
||
|
#
|
||
|
#
|
||
|
#
|