From 0d7039d034a4898922c2cb5174586b5f6b410df0 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Thu, 18 Nov 2021 14:45:37 -0500 Subject: [PATCH] Readme --- README.md | 10 +++++----- server/index.gohtml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 31337bc..f09835d 100644 --- a/README.md +++ b/README.md @@ -137,13 +137,13 @@ sudo apt install ntfy **Debian/Ubuntu** (*manual install*)**:** ```bash sudo apt install tmux -wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.0/ntfy_1.3.0_amd64.deb -dpkg -i ntfy_1.4.0_amd64.deb +wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.3/ntfy_1.3.0_amd64.deb +dpkg -i ntfy_1.4.3_amd64.deb ``` **Fedora/RHEL/CentOS:** ```bash -rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.0/ntfy_1.3.0_amd64.rpm +rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.3/ntfy_1.3.0_amd64.rpm ``` **Docker:** @@ -158,8 +158,8 @@ go get -u heckel.io/ntfy **Manual install** (*any x86_64-based Linux*)**:** ```bash -wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.0/ntfy_1.3.0_linux_x86_64.tar.gz -sudo tar -C /usr/bin -zxf ntfy_1.4.0_linux_x86_64.tar.gz ntfy +wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.3/ntfy_1.3.0_linux_x86_64.tar.gz +sudo tar -C /usr/bin -zxf ntfy_1.4.3_linux_x86_64.tar.gz ntfy ./ntfy ``` diff --git a/server/index.gohtml b/server/index.gohtml index 6449eb0..0971511 100644 --- a/server/index.gohtml +++ b/server/index.gohtml @@ -253,7 +253,7 @@

while read result; do
-   [ -n "$result" ] && echo "result" >> results.csv
+   [ -n "$result" ] && echo "$result" >> results.csv
done < <(stdbuf -i0 -o0 curl -s ntfy.sh/results/raw)