File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ sudo apt install ntfy
137
137
** Debian/Ubuntu** (* manual install* )** :**
138
138
``` bash
139
139
sudo apt install tmux
140
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.3 .0/ntfy_1.3.0_amd64.deb
141
- dpkg -i ntfy_1.3 .0_amd64.deb
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
142
142
```
143
143
144
144
** Fedora/RHEL/CentOS:**
145
145
``` bash
146
- rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.3 .0/ntfy_1.3.0_amd64.rpm
146
+ rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4 .0/ntfy_1.3.0_amd64.rpm
147
147
```
148
148
149
149
** Docker:**
@@ -158,8 +158,8 @@ go get -u heckel.io/ntfy
158
158
159
159
** Manual install** (* any x86_64-based Linux* )** :**
160
160
``` bash
161
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.3 .0/ntfy_1.3.0_linux_x86_64.tar.gz
162
- sudo tar -C /usr/bin -zxf ntfy_1.3 .0_linux_x86_64.tar.gz ntfy
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
163
163
./ntfy
164
164
```
165
165
You can’t perform that action at this time.
0 commit comments