Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpnkt authored Jul 27, 2017
1 parent 97dc0b0 commit b7b6caa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install
sudo winecfg
sudo wget https://www.python.org/ftp/python/2.7.1/python-2.7.1.msi
sudo wine msiexec /i python-2.7.12.msi /L*v log.txt
sudo wget https://bootstrap.pypa.io/get-pip.py
sudo wine /root/.wine/drive_c/Python27/python.exe get-pip.py
sudo wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller

0 comments on commit b7b6caa

Please sign in to comment.