Skip to content

Commit e718425

Browse files
committed
Update install-qbittorrent.mdx
1 parent 94a51e8 commit e718425

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/content/docs/install-qbittorrent.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,25 @@ Optionally you can just download the existing prebuilt binaries released using G
5151
Latest release using libtorrent `v2`
5252

5353
```bash
54-
bash <(curl -sL https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/master/qi.bash)
54+
bash <(curl -sL https://usrdx.github.io/s/qi.bash)
5555
```
5656

5757
Latest release using libtorrent `v1.2`
5858

5959
```bash
60-
bash <(curl -sL https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/master/qi.bash) -lt v1
60+
bash <(curl -sL https://usrdx.github.io/s/qi.bash) -lt v1
6161
```
6262

6363
Using Libtorrent v1.2 and forcing the armv7 binary
6464

6565
```bash
66-
bash <(curl -sL https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/master/qi.bash) -lt v1 -fa armv7
66+
bash <(curl -sL https://usrdx.github.io/s/qi.bash) -lt v1 -fa armv7
6767
```
6868

6969
Show the help section
7070

7171
```bash
72-
bash <(curl -sL https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/master/qi.bash) -h
72+
bash <(curl -sL https://usrdx.github.io/s/qi.bash) -h
7373
```
7474

7575
You can now run it using this command:

0 commit comments

Comments
 (0)