1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps-admin.git synced 2025-02-12 10:31:52 +00:00

Remove pip in postinst

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-10-21 00:15:59 +02:00
parent afbcb55ef3
commit 6c8973daf1
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
omr-vps-admin (0.5+20231021) unstable; urgency=medium
* Remove pip from postinst
-- OpenMPTCProuter <contact@openmptcprouter.com> Fri, 21 Oct 2023 23:53:14 +0200
omr-vps-admin (0.5+20231017) unstable; urgency=medium
* Add XRay VLESS REALITY support

4
debian/postinst vendored
View file

@ -11,8 +11,8 @@ OMR_ADMIN_PASS=$(od -vN "32" -An -tx1 /dev/urandom | tr '[:lower:]' '[:upper:]'
# use debconf
. /usr/share/debconf/confmodule
pip3 -q install fastapi==0.99.1 jsonschema netjsonconfig python-multipart jinja2 -U
pip3 -q install starlette
#pip3 -q install fastapi==0.99.1 jsonschema netjsonconfig python-multipart jinja2 -U
#pip3 -q install starlette
#if [ ! -f "/etc/openmptcprouter-vps-admin/omr-admin-config.json" ]; then
# mkdir -p /etc/openmptcprouter-vps-admin