Don't remove git or wget

This commit is contained in:
Thiago Alves 2019-06-11 10:29:17 -05:00 committed by GitHub
parent 11b6532fd6
commit 0d0e2f0715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ if [ "$1" == "win" ]; then
apt-cyg update
apt-cyg install lynx
rm -f /bin/wget.exe
apt-cyg remove wget gcc-core gcc-g++ git 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/get-pip.py > get-pip.py
python get-pip.py