Skip to content

Commit

Permalink
Update jenkins script (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop authored Mar 2, 2023
1 parent 9ff3ba8 commit ade3c44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/linux/jenkins_dftimewolf_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ set -e
sudo add-apt-repository ppa:gift/dev -y
sudo apt-get update -qq
# Ubuntu 20.04 comes with python 3.8, we only support >= 3.9
sudo apt-get install -y python3-pip python3.9
sudo apt-get install -y python3-pip
sudo apt-get install --reinstall python3-apt
python3 --version
/usr/bin/python3.9 -m pip install poetry
/usr/bin/python3 -m pip install poetry


if [[ "$*" =~ "include-docker" ]]; then
Expand Down Expand Up @@ -85,7 +85,7 @@ fi
# pending resolution of https://github.com/log2timeline/l2tdevtools/issues/595
if [[ "$*" =~ "include-turbinia" ]]; then
echo "Installing Turbinia"
/usr/bin/python3.9 -m pip install turbinia
/usr/bin/python3 -m pip install turbinia
fi

echo "Installing dftimewolf requirements via Poetry"
Expand Down

0 comments on commit ade3c44

Please sign in to comment.