first commit
This commit is contained in:
18
scripts-SupplyChain/install-build-deps.sh
Executable file
18
scripts-SupplyChain/install-build-deps.sh
Executable 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...
|
||||
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
19
scripts-SupplyChain/install-runtime-deps.sh
Executable file
19
scripts-SupplyChain/install-runtime-deps.sh
Executable 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...
|
||||
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
|
Reference in New Issue
Block a user