Skip to content

Commit 97c30c3

Browse files
Upgrading to Version 1.6
1 parent f8b9bdf commit 97c30c3

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

installer_linux.sh

+23-24
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
rm /var/lib/dpkg/lock
2-
rm /var/cache/apt/archives/lock
3-
rm /var/lib/apt/lists/lock
4-
5-
sudo dpkg --add-architecture i386
6-
sudo apt-get update
7-
sudo apt-get install -y wine32 python3-pip pyinstaller
8-
9-
#Downloading Required Executables
10-
wget https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe
11-
wget https://github.com/mhammond/pywin32/releases/download/b227/pywin32-227.win32-py3.7.exe
12-
13-
#Installing Executables in Wine
14-
wine msiexec /i python-3.7.4.exe
15-
wine pywin32-227.win32-py3.7.exe
16-
17-
#Installing Dependencies [Python Modules] in Wine
18-
sudo wine ~/.wine/drive_c/Python37/python.exe -m pip install pyinstaller mss==4.0.3 essential_generators==0.9.2 six==1.12.0 python-xlib==0.25 win32gui pywin32
19-
20-
#Installing Dependencies in Linux
21-
sudo python3 -m pip install mss==4.0.3
22-
sudo python3 -m pip install essential_generators==0.9.2
23-
sudo python3 -m pip install six==1.12.0
24-
sudo python3 -m pip install python-xlib==0.25
1+
rm /var/lib/dpkg/lock
2+
rm /var/cache/apt/archives/lock
3+
rm /var/lib/apt/lists/lock
4+
sudo dpkg --add-architecture i386
5+
sudo apt-get update
6+
sudo apt-get install -y wine32 python3-pip pyinstaller
7+
8+
#Downloading Required Executables
9+
wget https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe
10+
11+
#Installing Executables in Wine
12+
wine msiexec /i python-3.7.4.exe
13+
wine pywin32-227.win32-py3.7.exe
14+
15+
#Installing Dependencies [Python Modules] in Wine
16+
sudo wine ~/.wine/drive_c/Python37-32/python.exe -m pip install pyinstaller pynput mss==4.0.3 essential_generators==0.9.2 six==1.12.0 python-xlib==0.25 win32gui pywin32
17+
18+
#Installing Dependencies in Linux
19+
sudo python3 -m pip install pynput
20+
sudo python3 -m pip install mss==4.0.3
21+
sudo python3 -m pip install essential_generators==0.9.2
22+
sudo python3 -m pip install six==1.12.0
23+
sudo python3 -m pip install python-xlib==0.25

0 commit comments

Comments
 (0)