Skip to content

Commit

Permalink
there is no rhyme or reason to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eacmen committed Mar 24, 2021
1 parent 4696cab commit 4e380ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function install_sasquatch
function install_jefferson
{
git clone https://github.com/sviehb/jefferson
(cd jefferson && $SUDO pip install -r requirements.txt && $SUDO python3 setup.py install)
(cd jefferson && $SUDO pip3 install -r requirements.txt && $SUDO python3 setup.py install)
$SUDO rm -rf jefferson
}

Expand Down Expand Up @@ -133,7 +133,7 @@ function install_ubireader
function install_pip_package
{
PACKAGE="$1"
$SUDO pip install $PACKAGE
$SUDO pip3 install $PACKAGE
}

function find_path
Expand Down

0 comments on commit 4e380ec

Please sign in to comment.