Skip to content

Commit 0afaef3

Browse files
committed
Released Version 1.0.1
1 parent fcfa9b2 commit 0afaef3

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ In the realm of cloud infrastructure management, the default CloudFormation dash
3131
### amd64
3232

3333
```shell
34-
curl -sL -o ./waterfall_1.0.0_amd64.deb https://github.com/null93/waterfall/releases/download/1.0.0/waterfall_1.0.0_amd64.deb
35-
sudo dpkg -i ./waterfall_1.0.0_amd64.deb
36-
rm ./waterfall_1.0.0_amd64.deb
34+
curl -sL -o ./waterfall_1.0.1_amd64.deb https://github.com/null93/waterfall/releases/download/1.0.1/waterfall_1.0.1_amd64.deb
35+
sudo dpkg -i ./waterfall_1.0.1_amd64.deb
36+
rm ./waterfall_1.0.1_amd64.deb
3737
```
3838

3939
### arm64
4040

4141
```shell
42-
curl -sL -o ./waterfall_1.0.0_arm64.deb https://github.com/null93/waterfall/releases/download/1.0.0/waterfall_1.0.0_arm64.deb
43-
sudo dpkg -i ./waterfall_1.0.0_arm64.deb
44-
rm ./waterfall_1.0.0_arm64.deb
42+
curl -sL -o ./waterfall_1.0.1_arm64.deb https://github.com/null93/waterfall/releases/download/1.0.1/waterfall_1.0.1_arm64.deb
43+
sudo dpkg -i ./waterfall_1.0.1_arm64.deb
44+
rm ./waterfall_1.0.1_arm64.deb
4545
```
4646
</details>
4747

@@ -51,13 +51,13 @@ In the realm of cloud infrastructure management, the default CloudFormation dash
5151
### aarch64
5252

5353
```shell
54-
rpm -i https://github.com/null93/waterfall/releases/download/1.0.0/waterfall-1.0.0-1.aarch64.rpm
54+
rpm -i https://github.com/null93/waterfall/releases/download/1.0.1/waterfall-1.0.1-1.aarch64.rpm
5555
```
5656

5757
### x86_64
5858

5959
```shell
60-
rpm -i https://github.com/null93/waterfall/releases/download/1.0.0/waterfall-1.0.0-1.x86_64.rpm
60+
rpm -i https://github.com/null93/waterfall/releases/download/1.0.1/waterfall-1.0.1-1.x86_64.rpm
6161
```
6262
</details>
6363

@@ -67,17 +67,17 @@ In the realm of cloud infrastructure management, the default CloudFormation dash
6767
### aarch64
6868

6969
```shell
70-
curl -sL -o ./waterfall_1.0.0_aarch64.apk https://github.com/null93/waterfall/releases/download/1.0.0/waterfall_1.0.0_aarch64.apk
71-
apk add --allow-untrusted ./waterfall_1.0.0_aarch64.apk
72-
rm ./waterfall_1.0.0_aarch64.apk
70+
curl -sL -o ./waterfall_1.0.1_aarch64.apk https://github.com/null93/waterfall/releases/download/1.0.1/waterfall_1.0.1_aarch64.apk
71+
apk add --allow-untrusted ./waterfall_1.0.1_aarch64.apk
72+
rm ./waterfall_1.0.1_aarch64.apk
7373
```
7474

7575
### x86_64
7676

7777
```shell
78-
curl -sL -o ./waterfall_1.0.0_x86_64.apk https://github.com/null93/waterfall/releases/download/1.0.0/waterfall_1.0.0_x86_64.apk
79-
apk add --allow-untrusted ./waterfall_1.0.0_x86_64.apk
80-
rm ./waterfall_1.0.0_x86_64.apk
78+
curl -sL -o ./waterfall_1.0.1_x86_64.apk https://github.com/null93/waterfall/releases/download/1.0.1/waterfall_1.0.1_x86_64.apk
79+
apk add --allow-untrusted ./waterfall_1.0.1_x86_64.apk
80+
rm ./waterfall_1.0.1_x86_64.apk
8181
```
8282
</details>
8383

@@ -87,17 +87,17 @@ In the realm of cloud infrastructure management, the default CloudFormation dash
8787
### aarch64
8888

8989
```shell
90-
curl -sL -o ./waterfall-1.0.0-1-aarch64.pkg.tar.zst https://github.com/null93/waterfall/releases/download/1.0.0/waterfall-1.0.0-1-aarch64.pkg.tar.zst
91-
sudo pacman -U ./waterfall-1.0.0-1-aarch64.pkg.tar.zst
92-
rm ./waterfall-1.0.0-1-aarch64.pkg.tar.zst
90+
curl -sL -o ./waterfall-1.0.1-1-aarch64.pkg.tar.zst https://github.com/null93/waterfall/releases/download/1.0.1/waterfall-1.0.1-1-aarch64.pkg.tar.zst
91+
sudo pacman -U ./waterfall-1.0.1-1-aarch64.pkg.tar.zst
92+
rm ./waterfall-1.0.1-1-aarch64.pkg.tar.zst
9393
```
9494

9595
### x86_64
9696

9797
```shell
98-
curl -sL -o ./waterfall-1.0.0-1-x86_64.pkg.tar.zst https://github.com/null93/waterfall/releases/download/1.0.0/waterfall-1.0.0-1-x86_64.pkg.tar.zst
99-
sudo pacman -U ./waterfall-1.0.0-1-x86_64.pkg.tar.zst
100-
rm ./waterfall-1.0.0-1-x86_64.pkg.tar.zst
98+
curl -sL -o ./waterfall-1.0.1-1-x86_64.pkg.tar.zst https://github.com/null93/waterfall/releases/download/1.0.1/waterfall-1.0.1-1-x86_64.pkg.tar.zst
99+
sudo pacman -U ./waterfall-1.0.1-1-x86_64.pkg.tar.zst
100+
rm ./waterfall-1.0.1-1-x86_64.pkg.tar.zst
101101
```
102102
</details>
103103

0 commit comments

Comments
 (0)