@@ -42,82 +42,87 @@ Optionally installed to `$HOME/bin/qbittorrent-nox`
4242
4343Optionally you can just download the existing prebuilt binaries released using GitHub Actions.
4444
45- <Tabs >
46- <TabItem value = " x86_64" label = " x86_64" default >
45+ ### Quick Install
46+
47+ > [ !NOTE]
48+ >
49+ > ` qi.bash ` : The quick installer supports Alpine or Debian like systems.
4750
48- Without ICU
51+ Latest release using libtorrent ` v2 `
4952
5053``` bash
51- mkdir -p ~ /bin && source ~ /.profile
52- wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/x86_64-qbittorrent-nox
53- chmod 700 ~ /bin/qbittorrent-nox
54+ bash <( curl -sL https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/master/qi.bash)
5455```
5556
56- With ICU
57+ Latest release using libtorrent ` v1.2 `
5758
5859``` bash
59- mkdir -p ~ /bin && source ~ /.profile
60- wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/x86_64-icu-qbittorrent-nox
61- chmod 700 ~ /bin/qbittorrent-nox
60+ bash <( curl -sL https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/master/qi.bash) -lt v1
6261```
6362
64- </TabItem >
65- <TabItem value = " aarch64" label = " aarch64" >
63+ Using Libtorrent v1.2 and forcing the armv7 binary
64+
65+ ``` bash
66+ bash <( curl -sL https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/master/qi.bash) -lt v1 -fa armv7
67+ ```
6668
67- Without ICU
69+ Show the help section
6870
6971``` bash
70- mkdir -p ~ /bin && source ~ /.profile
71- wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/aarch64-qbittorrent-nox
72- chmod 700 ~ /bin/qbittorrent-nox
72+ bash <( curl -sL https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/master/qi.bash) -h
7373```
7474
75- With ICU
75+ You can now run it using this command:
7676
7777``` bash
78- mkdir -p ~ /bin && source ~ /.profile
79- wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/aarch64-icu-qbittorrent-nox
80- chmod 700 ~ /bin/qbittorrent-nox
78+ ~ /bin/qbittorrent
8179```
8280
83- </ TabItem >
84- < TabItem value = " armv7 " label = " armv7 " >
81+ > [ !TIP ]
82+ > Access the WebUI at ` http://localhost:8080 `
8583
86- Without ICU
84+ ### Manual install
85+
86+ <Tabs >
87+ <TabItem value = " x86" label = " x86" default >
8788
8889``` bash
8990mkdir -p ~ /bin && source ~ /.profile
90- wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/armv7 -qbittorrent-nox
91+ wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/x86 -qbittorrent-nox
9192chmod 700 ~ /bin/qbittorrent-nox
9293```
93-
94- With ICU
94+ </ TabItem >
95+ < TabItem value = " x86_64 " label = " x86_64 " default >
9596
9697``` bash
9798mkdir -p ~ /bin && source ~ /.profile
98- wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/armv7-icu -qbittorrent-nox
99+ wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/x86_64 -qbittorrent-nox
99100chmod 700 ~ /bin/qbittorrent-nox
100101```
101-
102102 </TabItem >
103- <TabItem value = " armhf" label = " armhf" >
104-
105- Without ICU
103+ <TabItem value = " aarch64" label = " aarch64" >
106104
107105``` bash
108106mkdir -p ~ /bin && source ~ /.profile
109- wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/armhf -qbittorrent-nox
107+ wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/aarch64 -qbittorrent-nox
110108chmod 700 ~ /bin/qbittorrent-nox
111109```
112-
113- With ICU
110+ </ TabItem >
111+ < TabItem value = " armv7 " label = " armv7 " >
114112
115113``` bash
116114mkdir -p ~ /bin && source ~ /.profile
117- wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/armhf-icu -qbittorrent-nox
115+ wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/armv7 -qbittorrent-nox
118116chmod 700 ~ /bin/qbittorrent-nox
119117```
118+ </TabItem >
119+ <TabItem value = " armhf" label = " armhf" >
120120
121+ ``` bash
122+ mkdir -p ~ /bin && source ~ /.profile
123+ wget -qO ~ /bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/armhf-qbittorrent-nox
124+ chmod 700 ~ /bin/qbittorrent-nox
125+ ```
121126 </TabItem >
122127</Tabs >
123128
0 commit comments