Skip to content

Commit 1f74e30

Browse files
authored
Updated Install Method
1 parent f0a3304 commit 1f74e30

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
sudo dpkg --add-architecture i386 && sudo apt-get update && apt-get install wine32
62
sudo winecfg
73
sudo wine msiexec /i python-2.7.12.msi /L*v log.txt
84
sudo wine pywin32-220.win32-py2.7.exe

0 commit comments

Comments
 (0)