From 68d46cf5bbe1be7316acac55b3f2f7751c0cf550 Mon Sep 17 00:00:00 2001 From: Thiago Alves Date: Thu, 11 Mar 2021 10:47:34 -0500 Subject: [PATCH] Fix pip links --- background_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/background_installer.sh b/background_installer.sh index beb736b..674e917 100755 --- a/background_installer.sh +++ b/background_installer.sh @@ -25,7 +25,7 @@ function linux_install_deps { $1 apt-get install -y build-essential pkg-config bison flex autoconf \ automake libtool make git python2.7 \ sqlite3 cmake git curl - curl https://bootstrap.pypa.io/2.7/get-pip.py --output get-pip.py + curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py $1 python2.7 get-pip.py } @@ -150,7 +150,7 @@ if [ "$1" == "win" ]; then rm -f /bin/wget.exe # apt-cyg remove gcc-core gcc-g++ pkg-config automake autoconf libtool make python2 python2-pip sqlite3 apt-cyg install wget gcc-core gcc-g++ git pkg-config automake autoconf libtool make python2 python2-pip sqlite3 - lynx -source https://bootstrap.pypa.io/2.7/get-pip.py > get-pip.py + lynx -source https://bootstrap.pypa.io/pip/2.7/get-pip.py > get-pip.py /usr/bin/python get-pip.py /usr/bin/pip install flask /usr/bin/pip install flask-login