Skip to content

Commit 7b8185c

Browse files
author
Philipp Heckel
committedNov 24, 2021
Readme
1 parent 71af1af commit 7b8185c

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed
 

‎README.md

+9-12
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.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
141141
```
142142

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

148148
**Docker:**
@@ -169,19 +169,16 @@ 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.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
173173

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
176176

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
182179

183180
# 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
185182
./ntfy
186183
```
187184

0 commit comments

Comments
 (0)