Skip to content

Commit bd09fb4

Browse files
author
Philipp Heckel
committedDec 14, 2021
Bump version
1 parent 63206f8 commit bd09fb4

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
@@ -20,21 +20,21 @@ deb/rpm packages.
2020

2121
=== "x86_64/amd64"
2222
```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
2424
sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy
2525
sudo ./ntfy
2626
```
2727

2828
=== "armv7/armhf"
2929
```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
3131
sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy
3232
sudo ./ntfy
3333
```
3434

3535
=== "arm64"
3636
```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
3838
sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy
3939
sudo ./ntfy
4040
```
@@ -82,23 +82,23 @@ Manually installing the .deb file:
8282

8383
=== "x86_64/amd64"
8484
```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
8686
sudo dpkg -i ntfy_*.deb
8787
sudo systemctl enable ntfy
8888
sudo systemctl start ntfy
8989
```
9090

9191
=== "armv7/armhf"
9292
```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
9494
sudo dpkg -i ntfy_*.deb
9595
sudo systemctl enable ntfy
9696
sudo systemctl start ntfy
9797
```
9898

9999
=== "arm64"
100100
```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
102102
sudo dpkg -i ntfy_*.deb
103103
sudo systemctl enable ntfy
104104
sudo systemctl start ntfy
@@ -108,21 +108,21 @@ Manually installing the .deb file:
108108

109109
=== "x86_64/amd64"
110110
```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
112112
sudo systemctl enable ntfy
113113
sudo systemctl start ntfy
114114
```
115115

116116
=== "armv7/armhf"
117117
```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
119119
sudo systemctl enable ntfy
120120
sudo systemctl start ntfy
121121
```
122122

123123
=== "arm64"
124124
```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
126126
sudo systemctl enable ntfy
127127
sudo systemctl start ntfy
128128
```

0 commit comments

Comments
 (0)