Skip to content

Commit d3f71f9

Browse files
author
Philipp Heckel
committedFeb 10, 2022
Bump version
1 parent 8187b49 commit d3f71f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎docs/install.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ deb/rpm packages.
2626

2727
=== "x86_64/amd64"
2828
```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
3030
sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy
3131
sudo ./ntfy serve
3232
```
3333

3434
=== "armv7/armhf"
3535
```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
3737
sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy
3838
sudo ./ntfy serve
3939
```
4040

4141
=== "arm64"
4242
```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
4444
sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy
4545
sudo ./ntfy serve
4646
```
@@ -88,23 +88,23 @@ Manually installing the .deb file:
8888

8989
=== "x86_64/amd64"
9090
```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
9292
sudo dpkg -i ntfy_*.deb
9393
sudo systemctl enable ntfy
9494
sudo systemctl start ntfy
9595
```
9696

9797
=== "armv7/armhf"
9898
```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
100100
sudo dpkg -i ntfy_*.deb
101101
sudo systemctl enable ntfy
102102
sudo systemctl start ntfy
103103
```
104104

105105
=== "arm64"
106106
```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
108108
sudo dpkg -i ntfy_*.deb
109109
sudo systemctl enable ntfy
110110
sudo systemctl start ntfy
@@ -114,21 +114,21 @@ Manually installing the .deb file:
114114

115115
=== "x86_64/amd64"
116116
```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
118118
sudo systemctl enable ntfy
119119
sudo systemctl start ntfy
120120
```
121121

122122
=== "armv7/armhf"
123123
```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
125125
sudo systemctl enable ntfy
126126
sudo systemctl start ntfy
127127
```
128128

129129
=== "arm64"
130130
```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
132132
sudo systemctl enable ntfy
133133
sudo systemctl start ntfy
134134
```

0 commit comments

Comments
 (0)
Failed to load comments.