File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,7 @@ Complete this once before trying to shape live traffic:
2323- [ Server Setup - Prerequisites] ( prereq.md )
2424- [ Install Ubuntu Server 24.04] ( ubuntu-server.md )
2525
26- 3 . Configure how traffic will pass through the LibreQoS box:
27- - [ Configure Shaping Bridge] ( bridge.md )
28-
29- 4 . Install LibreQoS (` .deb ` recommended):
26+ 3 . Install LibreQoS (` .deb ` recommended):
3027
3128``` bash
3229cd /tmp
@@ -36,8 +33,6 @@ wget https://download.libreqos.com/{deb_url_v1_5}
3633sudo apt install ./{deb_url_v1_5}
3734```
3835
39- Using ` /tmp ` avoids local ` .deb ` permission problems where ` apt ` cannot read a package stored in a private home directory as user ` _apt ` .
40-
4136### Ubuntu 24.04 hotfix if the ` .deb ` install stops
4237
4338On affected Ubuntu 24.04 hosts using ` systemd-networkd ` , the ` .deb ` install may stop and print a hotfix requirement message. This is expected.
You can’t perform that action at this time.
0 commit comments