first commit

This commit is contained in:
root
2021-05-29 22:17:08 -05:00
parent d53e6b8db5
commit 905b32103a
4 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,18 @@
#!/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...
#
#
#
#

View File

@ -0,0 +1,19 @@
#!/bin/bash
#This script installs all of the necessary runtime dependencies to run all packages for subo software:
#openmct
#openmtc
#balena
#....
apt-get -y install "tbd"
#problem children...
#
#
#
#