19 lines
207 B
Bash
Executable File
19 lines
207 B
Bash
Executable File
#!/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...
|
|
|
|
#
|
|
#
|
|
#
|
|
#
|