Update update.md

This commit is contained in:
Robert Chacón 2024-11-03 09:14:08 -07:00 committed by GitHub
parent 7504182437
commit 009cfa23e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`)