Commit 4e380ec2 by Peter Eacmen

there is no rhyme or reason to travis

parent 4696cab0
...@@ -90,7 +90,7 @@ function install_sasquatch ...@@ -90,7 +90,7 @@ function install_sasquatch
function install_jefferson function install_jefferson
{ {
git clone https://github.com/sviehb/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 $SUDO rm -rf jefferson
} }
...@@ -133,7 +133,7 @@ function install_ubireader ...@@ -133,7 +133,7 @@ function install_ubireader
function install_pip_package function install_pip_package
{ {
PACKAGE="$1" PACKAGE="$1"
$SUDO pip install $PACKAGE $SUDO pip3 install $PACKAGE
} }
function find_path function find_path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment