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 f0a3304 commit 1f74e30Copy full SHA for 1f74e30
install.sh
@@ -1,8 +1,4 @@
1
-sudo dpkg --add-architecture i386
2
-sudo apt-get update --fix-missing
3
-sudo apt-get dist-upgrade -yy && sudo apt-get upgrade -yy
4
-sudo apt-get -f install
5
-sudo apt-get install wine -y && sudo apt-get install wine32 -y && sudo apt-get install winbind -y
+sudo dpkg --add-architecture i386 && sudo apt-get update && apt-get install wine32
6
sudo winecfg
7
sudo wine msiexec /i python-2.7.12.msi /L*v log.txt
8
sudo wine pywin32-220.win32-py2.7.exe
0 commit comments