aboutsummaryrefslogtreecommitdiffstats
path: root/systems/debian/build_base_machine.sh
diff options
context:
space:
mode:
Diffstat (limited to 'systems/debian/build_base_machine.sh')
-rwxr-xr-xsystems/debian/build_base_machine.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/debian/build_base_machine.sh b/systems/debian/build_base_machine.sh
index cc3f1eb8..e41837a2 100755
--- a/systems/debian/build_base_machine.sh
+++ b/systems/debian/build_base_machine.sh
@@ -27,6 +27,9 @@ apt-get -y install curl
apt-get -y install git
apt-get -y install wget
apt-get -y install python3-venv
+apt-get -y install python3-pyelftools
+apt-get -y install meson
+apt-get -y install ninja-build
# Make and Compilers
apt-get -y install make