InfrastructureCode/scripts-SupplyChain/install-build-deps.sh

19 lines
207 B
Bash
Raw Normal View History

2021-05-30 03:17:08 +00:00
#!/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...
#
#
#
#