mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
wine: install socks
This commit is contained in:
parent
ba3586dc30
commit
c5d3adcf32
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue