File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
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.5 /ntfy_1.4.5_amd64 .deb
140
- dpkg -i ntfy_1.4.5_amd64 .deb
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
141
141
```
142
142
143
143
** Fedora/RHEL/CentOS:**
144
144
``` bash
145
- rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.5 /ntfy_1.4.5_amd64 .rpm
145
+ rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.6 /ntfy_1.4.6_amd64 .rpm
146
146
```
147
147
148
148
** Docker:**
@@ -169,19 +169,19 @@ 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.5 /ntfy_1.4.5_linux_x86_64 .tar.gz
172
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6 /ntfy_1.4.6_linux_x86_64 .tar.gz
173
173
174
174
# ARMv6
175
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.5 /ntfy_1.4.5_linux_armv6 .tar.gz
175
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6 /ntfy_1.4.6_linux_armv6 .tar.gz
176
176
177
177
# ARMv7
178
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.5 /ntfy_1.4.5_linux_armv7 .tar.gz
178
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6 /ntfy_1.4.6_linux_armv7 .tar.gz
179
179
180
180
# arm64
181
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.5 /ntfy_1.4.5_linux_arm64 .tar.gz
181
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6 /ntfy_1.4.6_linux_arm64 .tar.gz
182
182
183
183
# Extract and run
184
- sudo tar -C /usr/bin -zxf ntfy_1.4.5_linux_x86_64 .tar.gz ntfy
184
+ sudo tar -C /usr/bin -zxf ntfy_1.4.6_linux_x86_64 .tar.gz ntfy
185
185
./ntfy
186
186
```
187
187
You can’t perform that action at this time.
0 commit comments