Skip to content

Commit 2c8a1da

Browse files
authored
Update install.sh
1 parent 15e75bf commit 2c8a1da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
sudo dpkg --add-architecture i386 && sudo apt-get update && apt-get install wine32
2-
sudo winecfg
3-
sudo wine msiexec /i python-2.7.12.msi /L*v log.txt
4-
sudo wine pywin32-220.win32-py2.7.exe
5-
sudo wine pyHook-1.5.1.win32-py2.7.exe
6-
sudo wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller
1+
dpkg --add-architecture i386 && apt-get update && apt-get install -y
2+
winecfg
3+
wine msiexec /i python-2.7.12.msi /L*v log.txt
4+
wine pywin32-220.win32-py2.7.exe
5+
wine pyHook-1.5.1.win32-py2.7.exe
6+
wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller

0 commit comments

Comments
 (0)