mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-02-06 02:02:20 +08:00
Fix windows installer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user