File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ docker run -it -w /root -p 8080:8080 -v ~/qbt:/root alpine:edge /bin/ash -c 'apk
5757If 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
7777If 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
9696If 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 >
You can’t perform that action at this time.
0 commit comments