We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e75bf commit 2c8a1daCopy full SHA for 2c8a1da
install.sh
@@ -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
+dpkg --add-architecture i386 && apt-get update && apt-get install -y
+winecfg
+wine msiexec /i python-2.7.12.msi /L*v log.txt
+wine pywin32-220.win32-py2.7.exe
+wine pyHook-1.5.1.win32-py2.7.exe
+wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller
0 commit comments