Skip to content

Commit 879d4c2

Browse files
authored
Update quickstart.md
1 parent d52b869 commit 879d4c2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/v2.0/quickstart.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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
3229
cd /tmp
@@ -36,8 +33,6 @@ wget https://download.libreqos.com/{deb_url_v1_5}
3633
sudo 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

4338
On affected Ubuntu 24.04 hosts using `systemd-networkd`, the `.deb` install may stop and print a hotfix requirement message. This is expected.

0 commit comments

Comments
 (0)