Fix windows installer

This commit is contained in:
Thiago Alves
2021-01-29 13:07:48 -05:00
committed by GitHub
parent f14ccb07a7
commit 0288da3057

View File

@@ -146,7 +146,7 @@ if [ "$1" == "win" ]; then
apt-cyg update
apt-cyg install lynx
rm -f /bin/wget.exe
apt-cyg remove gcc-core gcc-g++ pkg-config automake autoconf libtool make python2 python2-pip sqlite3
# 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
/usr/bin/python get-pip.py