mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Add missing package
This commit is contained in:
parent
16e01d1120
commit
a8553ba64f
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ if [ "$OMR_ADMIN" = "yes" ]; then
|
||||||
else
|
else
|
||||||
apt-get -y install python3-passlib python3-jwt python3-netaddr libuv1 python3-uvloop
|
apt-get -y install python3-passlib python3-jwt python3-netaddr libuv1 python3-uvloop
|
||||||
fi
|
fi
|
||||||
apt-get -y install python3-uvicorn jq ipcalc python3-netifaces python3-aiofiles python3-psutil
|
apt-get -y install python3-uvicorn jq ipcalc python3-netifaces python3-aiofiles python3-psutil python3-requests
|
||||||
echo '-- pip3 install needed python modules'
|
echo '-- pip3 install needed python modules'
|
||||||
#pip3 install pyjwt passlib uvicorn fastapi netjsonconfig python-multipart netaddr
|
#pip3 install pyjwt passlib uvicorn fastapi netjsonconfig python-multipart netaddr
|
||||||
#pip3 -q install fastapi netjsonconfig python-multipart uvicorn -U
|
#pip3 -q install fastapi netjsonconfig python-multipart uvicorn -U
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue