InfrastructureCode/scripts-SupplyChain/install-build-deps.sh
2021-05-29 22:17:08 -05:00

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...
#
#
#
#