File tree 1 file changed +9
-12
lines changed
1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -136,13 +136,13 @@ sudo apt install ntfy
136
136
137
137
** Debian/Ubuntu** (* manual install* )** :**
138
138
``` bash
139
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6 /ntfy_1.4.6_amd64 .deb
140
- dpkg -i ntfy_1.4.6_amd64 .deb
139
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.8 /ntfy_1.4.8_amd64 .deb
140
+ dpkg -i ntfy_1.4.8_amd64 .deb
141
141
```
142
142
143
143
** Fedora/RHEL/CentOS:**
144
144
``` bash
145
- rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.6 /ntfy_1.4.6_amd64 .rpm
145
+ rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.8 /ntfy_1.4.8_amd64 .rpm
146
146
```
147
147
148
148
** Docker:**
@@ -169,19 +169,16 @@ go get -u heckel.io/ntfy
169
169
** Manual install:**
170
170
``` bash
171
171
# x86_64/amd64
172
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6 /ntfy_1.4.6_linux_x86_64 .tar.gz
172
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.8 /ntfy_1.4.8_linux_x86_64 .tar.gz
173
173
174
- # ARMv6
175
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6 /ntfy_1.4.6_linux_armv6 .tar.gz
174
+ # armv7
175
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.8 /ntfy_1.4.8_linux_armv7 .tar.gz
176
176
177
- # ARMv7
178
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6/ntfy_1.4.6_linux_armv7.tar.gz
179
-
180
- # arm64
181
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6/ntfy_1.4.6_linux_arm64.tar.gz
177
+ # arm64/v8
178
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.8/ntfy_1.4.8_linux_arm64.tar.gz
182
179
183
180
# Extract and run
184
- sudo tar -C /usr/bin -zxf ntfy_1.4.6_linux_x86_64 .tar.gz ntfy
181
+ sudo tar -C /usr/bin -zxf ntfy_ * .tar.gz ntfy
185
182
./ntfy
186
183
```
187
184
You can’t perform that action at this time.
0 commit comments