@@ -20,21 +20,21 @@ deb/rpm packages.
20
20
21
21
=== "x86_64/amd64"
22
22
```bash
23
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.0 /ntfy_1.6.0_linux_x86_64 .tar.gz
23
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.1 /ntfy_1.6.1_linux_x86_64 .tar.gz
24
24
sudo tar -C /usr/bin -zxf ntfy_ * .tar.gz ntfy
25
25
sudo ./ntfy
26
26
```
27
27
28
28
=== "armv7/armhf"
29
29
```bash
30
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.0 /ntfy_1.6.0_linux_armv7 .tar.gz
30
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.1 /ntfy_1.6.1_linux_armv7 .tar.gz
31
31
sudo tar -C /usr/bin -zxf ntfy_ * .tar.gz ntfy
32
32
sudo ./ntfy
33
33
```
34
34
35
35
=== "arm64"
36
36
```bash
37
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.0 /ntfy_1.6.0_linux_arm64 .tar.gz
37
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.1 /ntfy_1.6.1_linux_arm64 .tar.gz
38
38
sudo tar -C /usr/bin -zxf ntfy_ * .tar.gz ntfy
39
39
sudo ./ntfy
40
40
```
@@ -82,23 +82,23 @@ Manually installing the .deb file:
82
82
83
83
=== "x86_64/amd64"
84
84
```bash
85
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.0 /ntfy_1.6.0_linux_amd64 .deb
85
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.1 /ntfy_1.6.1_linux_amd64 .deb
86
86
sudo dpkg -i ntfy_ * .deb
87
87
sudo systemctl enable ntfy
88
88
sudo systemctl start ntfy
89
89
```
90
90
91
91
=== "armv7/armhf"
92
92
```bash
93
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.0 /ntfy_1.6.0_linux_armv7 .deb
93
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.1 /ntfy_1.6.1_linux_armv7 .deb
94
94
sudo dpkg -i ntfy_ * .deb
95
95
sudo systemctl enable ntfy
96
96
sudo systemctl start ntfy
97
97
```
98
98
99
99
=== "arm64"
100
100
```bash
101
- wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.0 /ntfy_1.6.0_linux_arm64 .deb
101
+ wget https://github.com/binwiederhier/ntfy/releases/download/v1.6.1 /ntfy_1.6.1_linux_arm64 .deb
102
102
sudo dpkg -i ntfy_ * .deb
103
103
sudo systemctl enable ntfy
104
104
sudo systemctl start ntfy
@@ -108,21 +108,21 @@ Manually installing the .deb file:
108
108
109
109
=== "x86_64/amd64"
110
110
```bash
111
- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.6.0 /ntfy_1.6.0_linux_amd64 .rpm
111
+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.6.1 /ntfy_1.6.1_linux_amd64 .rpm
112
112
sudo systemctl enable ntfy
113
113
sudo systemctl start ntfy
114
114
```
115
115
116
116
=== "armv7/armhf"
117
117
```bash
118
- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.6.0 /ntfy_1.6.0_linux_armv7 .rpm
118
+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.6.1 /ntfy_1.6.1_linux_armv7 .rpm
119
119
sudo systemctl enable ntfy
120
120
sudo systemctl start ntfy
121
121
```
122
122
123
123
=== "arm64"
124
124
```bash
125
- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.6.0 /ntfy_1.6.0_linux_arm64 .rpm
125
+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.6.1 /ntfy_1.6.1_linux_arm64 .rpm
126
126
sudo systemctl enable ntfy
127
127
sudo systemctl start ntfy
128
128
```
0 commit comments