mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
scripts: enable socks5 proxy
This commit is contained in:
@@ -2,5 +2,10 @@
|
||||
set -e
|
||||
python3 -m venv --upgrade-deps venv
|
||||
|
||||
venv/bin/pip install -e chatmaild
|
||||
venv/bin/pip install -e cmdeploy
|
||||
if [ -z ${SOCKS5_PROXY+x} ]; then
|
||||
venv/bin/pip install -e chatmaild
|
||||
venv/bin/pip install -e cmdeploy
|
||||
else
|
||||
venv/bin/pip install --proxy socks5://$SOCKS5_PROXY -e chatmaild
|
||||
venv/bin/pip install --proxy socks5://$SOCKS5_PROXY -e cmdeploy
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user