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:
parent
afbcb55ef3
commit
6c8973daf1
2 changed files with 8 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
4
debian/postinst
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue