@@ -26,21 +26,21 @@ deb/rpm packages.
26
26
27
27
=== "x86_64/amd64"
28
28
```bash
29
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.0 /ntfy_1.14.0_linux_x86_64 .tar.gz
29
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.1 /ntfy_1.14.1_linux_x86_64 .tar.gz
30
30
sudo tar -C /usr/bin -zxf ntfy_ * .tar.gz ntfy
31
31
sudo ./ntfy serve
32
32
```
33
33
34
34
=== "armv7/armhf"
35
35
```bash
36
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.0 /ntfy_1.14.0_linux_armv7 .tar.gz
36
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.1 /ntfy_1.14.1_linux_armv7 .tar.gz
37
37
sudo tar -C /usr/bin -zxf ntfy_ * .tar.gz ntfy
38
38
sudo ./ntfy serve
39
39
```
40
40
41
41
=== "arm64"
42
42
```bash
43
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.0 /ntfy_1.14.0_linux_arm64 .tar.gz
43
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.1 /ntfy_1.14.1_linux_arm64 .tar.gz
44
44
sudo tar -C /usr/bin -zxf ntfy_ * .tar.gz ntfy
45
45
sudo ./ntfy serve
46
46
```
@@ -88,23 +88,23 @@ Manually installing the .deb file:
88
88
89
89
=== "x86_64/amd64"
90
90
```bash
91
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.0 /ntfy_1.14.0_linux_amd64 .deb
91
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.1 /ntfy_1.14.1_linux_amd64 .deb
92
92
sudo dpkg -i ntfy_ * .deb
93
93
sudo systemctl enable ntfy
94
94
sudo systemctl start ntfy
95
95
```
96
96
97
97
=== "armv7/armhf"
98
98
```bash
99
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.0 /ntfy_1.14.0_linux_armv7 .deb
99
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.1 /ntfy_1.14.1_linux_armv7 .deb
100
100
sudo dpkg -i ntfy_ * .deb
101
101
sudo systemctl enable ntfy
102
102
sudo systemctl start ntfy
103
103
```
104
104
105
105
=== "arm64"
106
106
```bash
107
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.0 /ntfy_1.14.0_linux_arm64 .deb
107
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.14.1 /ntfy_1.14.1_linux_arm64 .deb
108
108
sudo dpkg -i ntfy_ * .deb
109
109
sudo systemctl enable ntfy
110
110
sudo systemctl start ntfy
@@ -114,21 +114,21 @@ Manually installing the .deb file:
114
114
115
115
=== "x86_64/amd64"
116
116
```bash
117
- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.14.0 /ntfy_1.14.0_linux_amd64 .rpm
117
+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.14.1 /ntfy_1.14.1_linux_amd64 .rpm
118
118
sudo systemctl enable ntfy
119
119
sudo systemctl start ntfy
120
120
```
121
121
122
122
=== "armv7/armhf"
123
123
```bash
124
- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.14.0 /ntfy_1.14.0_linux_armv7 .rpm
124
+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.14.1 /ntfy_1.14.1_linux_armv7 .rpm
125
125
sudo systemctl enable ntfy
126
126
sudo systemctl start ntfy
127
127
```
128
128
129
129
=== "arm64"
130
130
```bash
131
- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.14.0 /ntfy_1.14.0_linux_arm64 .rpm
131
+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.14.1 /ntfy_1.14.1_linux_arm64 .rpm
132
132
sudo systemctl enable ntfy
133
133
sudo systemctl start ntfy
134
134
```
0 commit comments