From 02deae446f48e5dd007176237b79d2cfa9b72bf1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Mar 2019 10:21:56 +0100 Subject: Fix install script typo --- install/ishtar-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ishtar-install') diff --git a/install/ishtar-install b/install/ishtar-install index 40cfd2d3e..fe14f6adb 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -371,7 +371,7 @@ EOF echo ""; ( set -x; $sh_c 'sleep 3; apt-get install -y -q apg' ) fi - if ! command_exists pip; then + if ! command_exists pip3; then echo "-------------------------------------------------------------------------------"; cecho y "Installing pip..."; echo ""; @@ -465,7 +465,7 @@ EOF echo "-------------------------------------------------------------------------------"; cecho y "Installing django-simple-history" echo ""; - ( set -x; $sh_c 'pip3 install git+https://github .com/treyhunner/django-simple-history.git@1.8.2#egg=django-simple-history' ) + ( set -x; $sh_c 'pip3 install git+https://github.com/treyhunner/django-simple-history.git@1.8.2#egg=django-simple-history' ) echo "-------------------------------------------------------------------------------"; cecho y "Installing python3-secretary" echo ""; -- cgit v1.2.3