Skip to content

Commit 2199039

Browse files
author
Philipp Heckel
committed
Bump readme
1 parent bbbab8d commit 2199039

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ sudo apt install ntfy
136136

137137
**Debian/Ubuntu** (*manual install*)**:**
138138
```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
141141
```
142142

143143
**Fedora/RHEL/CentOS:**
144144
```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
146146
```
147147

148148
**Docker:**
@@ -169,19 +169,19 @@ go get -u heckel.io/ntfy
169169
**Manual install:**
170170
```bash
171171
# 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
173173

174174
# 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
176176

177177
# 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
179179

180180
# 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
182182

183183
# 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
185185
./ntfy
186186
```
187187

0 commit comments

Comments
 (0)