mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-21 15:57:24 -06:00
Set PIP_BREAK_SYSTEM_PACKAGES=1 instead of using --break-system-packages - it should fix the install issues for older versions of Ubuntu.
This commit is contained in:
parent
f3ea4a269b
commit
dcd8e68486
@ -61,8 +61,8 @@ echo "#!/bin/bash" >> postinst
|
||||
echo "# Install Python Dependencies" >> postinst
|
||||
echo "pushd /opt/libreqos" >> postinst
|
||||
# - Setup Python dependencies as a post-install task
|
||||
echo "python3 -m pip install --break-system-packages -r src/requirements.txt" >> postinst
|
||||
echo "sudo python3 -m pip install --break-system-packages -r src/requirements.txt" >> postinst
|
||||
echo "PIP_BREAK_SYSTEM_PACKAGES=1 python3 -m pip install -r src/requirements.txt" >> postinst
|
||||
echo "PIP_BREAK_SYSTEM_PACKAGES=1 sudo python3 -m pip install -r src/requirements.txt" >> postinst
|
||||
# - Run lqsetup
|
||||
echo "/opt/libreqos/src/bin/lqos_setup" >> postinst
|
||||
# - Setup the services
|
||||
|
Loading…
Reference in New Issue
Block a user