Skip to content

Commit

Permalink
Add sudo to install lava binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Jul 10, 2024
1 parent 5dce35d commit 366c210
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ else
echo "Unsupported Ubuntu version: $version. Create a list of build dependencies in ${dep_base}_{base,build}.txt and try again."
exit 1
fi
$SUDO apt-get build-dep qemu
progress "Installed build dependencies"

$SUDO pip3 install --upgrade pip
progress "Installed build dependencies"

# This seems to be the better replacement to have all python packages
$SUDO pip3 install -r requirements.txt
pip3 install --upgrade pip
pip3 install -r requirements.txt
progress "Installed Python requirements"

./setup_container.sh

$SUDO ./setup_container.sh
progress "Installed LAVA"

0 comments on commit 366c210

Please sign in to comment.