summaryrefslogtreecommitdiff
path: root/resources/scripts/build/dependencies/ubuntu2004
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2021-11-01 02:51:10 +0000
committerLeah Rowe <leah@libreboot.org>2021-11-01 02:51:10 +0000
commit68d3c9372af6eda1bd122aa92e6a08c32cfa2202 (patch)
treef24e364bf374159a0aa22451f749c2348274f0a2 /resources/scripts/build/dependencies/ubuntu2004
parentcca23ac713cdf8c5d5dfb2be68dd5e5d1e113437 (diff)
Revert "nuke memtest86+"
This reverts commit 84a1bc502b1f296d8ad6389b9e38aa3e0ca94958.
Diffstat (limited to 'resources/scripts/build/dependencies/ubuntu2004')
-rwxr-xr-xresources/scripts/build/dependencies/ubuntu20045
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/scripts/build/dependencies/ubuntu2004 b/resources/scripts/build/dependencies/ubuntu2004
index a2dd721e..2082d27d 100755
--- a/resources/scripts/build/dependencies/ubuntu2004
+++ b/resources/scripts/build/dependencies/ubuntu2004
@@ -73,6 +73,11 @@ if [ "${arch}" -eq 0 ]; then
apt-get -y install lib32tinfo-dev
fi
+# Memtest86+ build dependencies
+# ------------------------------------------------------------
+
+apt-get -y install build-essential python2.7
+
# i945-pwm build dependencies
# ------------------------------------------------------------