Update apt-cyg database

This is an attempt to fix OpenPLC installation on some windows hosts. Apparently apt-cyg incorrectly assumes some packages to be installed when in fact they are not. These lines will force all packages to be reinstalled
This commit is contained in:
Thiago Alves 2019-06-11 08:16:02 -05:00 committed by GitHub
parent bc7097e510
commit 11b6532fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -138,8 +138,10 @@ if [ "$1" == "win" ]; then
cp ./utils/apt-cyg/apt-cyg ./
cp ./utils/apt-cyg/wget.exe /bin
install apt-cyg /bin
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 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