@@ -31,17 +31,17 @@ In the realm of cloud infrastructure management, the default CloudFormation dash
31
31
### amd64
32
32
33
33
``` 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
37
37
```
38
38
39
39
### arm64
40
40
41
41
``` 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
45
45
```
46
46
</details >
47
47
@@ -51,13 +51,13 @@ In the realm of cloud infrastructure management, the default CloudFormation dash
51
51
### aarch64
52
52
53
53
``` 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
55
55
```
56
56
57
57
### x86_64
58
58
59
59
``` 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
61
61
```
62
62
</details >
63
63
@@ -67,17 +67,17 @@ In the realm of cloud infrastructure management, the default CloudFormation dash
67
67
### aarch64
68
68
69
69
``` 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
73
73
```
74
74
75
75
### x86_64
76
76
77
77
``` 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
81
81
```
82
82
</details >
83
83
@@ -87,17 +87,17 @@ In the realm of cloud infrastructure management, the default CloudFormation dash
87
87
### aarch64
88
88
89
89
``` 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
93
93
```
94
94
95
95
### x86_64
96
96
97
97
``` 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
101
101
```
102
102
</details >
103
103
0 commit comments