mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update build_dpkg commands to issue
This commit is contained in:
parent
81677b173e
commit
09c3d0c3ff
@ -63,8 +63,8 @@ echo "pushd /opt/libreqos" >> postinst
|
||||
# - Setup Python dependencies as a post-install task
|
||||
while requirement= read -r line
|
||||
do
|
||||
echo "python3 -m pip install $line" >> postinst
|
||||
echo "sudo python3 -m pip install $line" >> postinst
|
||||
echo "python3 -m pip install $line --break-system-packages" >> postinst
|
||||
echo "sudo python3 -m pip install $line --break-system-packages" >> postinst
|
||||
done < ../../../../requirements.txt
|
||||
# - Run lqsetup
|
||||
echo "/opt/libreqos/src/bin/lqos_setup" >> postinst
|
||||
|
Loading…
Reference in New Issue
Block a user