Skip to content

Commit 6a7db5c

Browse files
committed
docs
1 parent afb5000 commit 6a7db5c

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: qbt - trigger script update
2+
3+
on:
4+
push:
5+
branches: [ main, master ]
6+
paths:
7+
- 'qbittorrent-nox-static.sh'
8+
- 'qbt-nox-static.bash'
9+
workflow_dispatch:
10+
11+
permissions: {}
12+
13+
jobs:
14+
trigger_workflow:
15+
runs-on: ubuntu-24.04-arm
16+
17+
steps:
18+
- name: Trigger grab_files workflow in userdocs/qbt
19+
run: |
20+
gh workflow run grab_files.yaml --repo userdocs/qbt
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.QBT }}

docs/src/content/docs/script-installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ docker run -it -w /root -p 8080:8080 -v ~/qbt:/root alpine:edge /bin/ash -c 'apk
5757
If you need to download the script use this command
5858

5959
```bash
60-
curl -sLO https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/master/qbt-nox-static.bash && chmod +x qbt-nox-static.bash
60+
curl -sLO curl -LO https://userdocs.github.io/qbt/qbt.bash && chmod +x qbt.bash
6161
```
6262

6363
</TabItem>
@@ -77,7 +77,7 @@ docker run -it -w /root -p 8080:8080 -e "LANG=C.UTF-8" -v ~/qbt:/root debian:lat
7777
If you need to download the script use this command
7878

7979
```bash
80-
curl -sLO https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/master/qbt-nox-static.bash && chmod +x qbt-nox-static.bash
80+
curl -sLO https://userdocs.github.io/qbt/qbt.bash && chmod +x qbt.bash
8181
```
8282

8383
</TabItem>
@@ -96,7 +96,7 @@ docker run -it -w /root -p 8080:8080 -e "LANG=C.UTF-8" -v ~/qbt:/root ubuntu:lat
9696
If you need to download the script use this command
9797

9898
```bash
99-
curl -sLO https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/master/qbt-nox-static.bash && chmod +x qbt-nox-static.bash
99+
curl -sLO https://userdocs.github.io/qbt/qbt.bash && chmod +x qbt.bash
100100
```
101101

102102
</TabItem>

0 commit comments

Comments
 (0)