diff --git a/background_installer.sh b/background_installer.sh index 96bc023..86ee223 100755 --- a/background_installer.sh +++ b/background_installer.sh @@ -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