Skip to content

Commit 0d7039d

Browse files
author
Philipp Heckel
committed
Readme
1 parent 8280e5b commit 0d7039d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ sudo apt install ntfy
137137
**Debian/Ubuntu** (*manual install*)**:**
138138
```bash
139139
sudo apt install tmux
140-
wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.0/ntfy_1.3.0_amd64.deb
141-
dpkg -i ntfy_1.4.0_amd64.deb
140+
wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.3/ntfy_1.3.0_amd64.deb
141+
dpkg -i ntfy_1.4.3_amd64.deb
142142
```
143143

144144
**Fedora/RHEL/CentOS:**
145145
```bash
146-
rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.0/ntfy_1.3.0_amd64.rpm
146+
rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.3/ntfy_1.3.0_amd64.rpm
147147
```
148148

149149
**Docker:**
@@ -158,8 +158,8 @@ go get -u heckel.io/ntfy
158158

159159
**Manual install** (*any x86_64-based Linux*)**:**
160160
```bash
161-
wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.0/ntfy_1.3.0_linux_x86_64.tar.gz
162-
sudo tar -C /usr/bin -zxf ntfy_1.4.0_linux_x86_64.tar.gz ntfy
161+
wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.3/ntfy_1.3.0_linux_x86_64.tar.gz
162+
sudo tar -C /usr/bin -zxf ntfy_1.4.3_linux_x86_64.tar.gz ntfy
163163
./ntfy
164164
```
165165

server/index.gohtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
</p>
254254
<code>
255255
while read result; do<br/>
256-
&nbsp;&nbsp;[ -n "$result" ] && echo "result" >> results.csv<br/>
256+
&nbsp;&nbsp;[ -n "$result" ] && echo "$result" >> results.csv<br/>
257257
done < <(stdbuf -i0 -o0 curl -s ntfy.sh/results/raw)
258258
</code>
259259

0 commit comments

Comments
 (0)