|
|
|
@ -58,6 +58,10 @@ mv PyInstaller-2.1 $WINEPREFIX/drive_c/pyinstaller |
|
|
|
# install Cryptodome |
|
|
|
# install Cryptodome |
|
|
|
$PYTHON -m pip install pycryptodomex |
|
|
|
$PYTHON -m pip install pycryptodomex |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# install PySocks |
|
|
|
|
|
|
|
$PYTHON -m pip install win_inet_pton |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Install setuptools |
|
|
|
# Install setuptools |
|
|
|
wget -O setuptools.exe "$SETUPTOOLS_URL" |
|
|
|
wget -O setuptools.exe "$SETUPTOOLS_URL" |
|
|
|
wine setuptools.exe |
|
|
|
wine setuptools.exe |
|
|
|
|