mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update update.md
This commit is contained in:
parent
7504182437
commit
009cfa23e1
@ -4,6 +4,22 @@
|
||||
If you use the XDP bridge, traffic will briefly stop passing through the bridge when lqosd restarts (XDP bridge is only operating while lqosd runs).
|
||||
```
|
||||
|
||||
## If you installed the .deb
|
||||
|
||||
Donwload the latest .deb from [libreqos.io/#download](https://libreqos.io/#download).
|
||||
|
||||
Unzip the .zip file and transfer the .deb to your LibreQoS box, installing with:
|
||||
```
|
||||
sudo apt install [deb file name]
|
||||
```
|
||||
|
||||
Now run:
|
||||
```
|
||||
cd /opt/libreqos/src
|
||||
sudo rust/remove_pinned_maps.sh
|
||||
sudo systemctl restart lqosd lqos_scheduler
|
||||
```
|
||||
|
||||
## If you installed with Git
|
||||
|
||||
1. Change to your `LibreQoS` directory (e.g. `cd /opt/LibreQoS`)
|
||||
|
Loading…
Reference in New Issue
Block a user