mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 00:14:36 +00:00
Compare commits
1 Commits
link2xt/an
...
socks-setu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e331659851 |
@@ -2,5 +2,10 @@
|
|||||||
set -e
|
set -e
|
||||||
python3 -m venv --upgrade-deps venv
|
python3 -m venv --upgrade-deps venv
|
||||||
|
|
||||||
venv/bin/pip install -e chatmaild
|
if [ -z ${SOCKS5_PROXY+x} ]; then
|
||||||
venv/bin/pip install -e cmdeploy
|
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