summaryrefslogtreecommitdiff
path: root/build-linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-linux.sh')
-rwxr-xr-xbuild-linux.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-linux.sh b/build-linux.sh
index 7a75a42..ea7b0e7 100755
--- a/build-linux.sh
+++ b/build-linux.sh
@@ -93,6 +93,9 @@ jobs=
if $boot ; then
# To get LAVA_XXX variables
. ${mydir}/.env
+
+ sudo apt-get update
+ sudo apt-get install -y --no-install-recommends python3-requests
fi
lava_boot()