Skip to content

Commit 53d1a07

Browse files
committed
Released Version 3.1.3
1 parent 3683aa3 commit 53d1a07

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ Knox helps maintain efficient and secure AWS credential management, making it an
3636
### amd64
3737

3838
```shell
39-
curl -sL -o ./aws-knox_3.1.2_amd64.deb https://github.com/null93/aws-knox/releases/download/3.1.2/aws-knox_3.1.2_amd64.deb
40-
sudo dpkg -i ./aws-knox_3.1.2_amd64.deb
41-
rm ./aws-knox_3.1.2_amd64.deb
39+
curl -sL -o ./aws-knox_3.1.3_amd64.deb https://github.com/null93/aws-knox/releases/download/3.1.3/aws-knox_3.1.3_amd64.deb
40+
sudo dpkg -i ./aws-knox_3.1.3_amd64.deb
41+
rm ./aws-knox_3.1.3_amd64.deb
4242
```
4343

4444
### arm64
4545

4646
```shell
47-
curl -sL -o ./aws-knox_3.1.2_arm64.deb https://github.com/null93/aws-knox/releases/download/3.1.2/aws-knox_3.1.2_arm64.deb
48-
sudo dpkg -i ./aws-knox_3.1.2_arm64.deb
49-
rm ./aws-knox_3.1.2_arm64.deb
47+
curl -sL -o ./aws-knox_3.1.3_arm64.deb https://github.com/null93/aws-knox/releases/download/3.1.3/aws-knox_3.1.3_arm64.deb
48+
sudo dpkg -i ./aws-knox_3.1.3_arm64.deb
49+
rm ./aws-knox_3.1.3_arm64.deb
5050
```
5151
</details>
5252

@@ -56,13 +56,13 @@ Knox helps maintain efficient and secure AWS credential management, making it an
5656
### aarch64
5757

5858
```shell
59-
rpm -i https://github.com/null93/aws-knox/releases/download/3.1.2/aws-knox-3.1.2-1.aarch64.rpm
59+
rpm -i https://github.com/null93/aws-knox/releases/download/3.1.3/aws-knox-3.1.3-1.aarch64.rpm
6060
```
6161

6262
### x86_64
6363

6464
```shell
65-
rpm -i https://github.com/null93/aws-knox/releases/download/3.1.2/aws-knox-3.1.2-1.x86_64.rpm
65+
rpm -i https://github.com/null93/aws-knox/releases/download/3.1.3/aws-knox-3.1.3-1.x86_64.rpm
6666
```
6767
</details>
6868

@@ -72,17 +72,17 @@ Knox helps maintain efficient and secure AWS credential management, making it an
7272
### aarch64
7373

7474
```shell
75-
curl -sL -o ./aws-knox_3.1.2_aarch64.apk https://github.com/null93/aws-knox/releases/download/3.1.2/aws-knox_3.1.2_aarch64.apk
76-
apk add --allow-untrusted ./aws-knox_3.1.2_aarch64.apk
77-
rm ./aws-knox_3.1.2_aarch64.apk
75+
curl -sL -o ./aws-knox_3.1.3_aarch64.apk https://github.com/null93/aws-knox/releases/download/3.1.3/aws-knox_3.1.3_aarch64.apk
76+
apk add --allow-untrusted ./aws-knox_3.1.3_aarch64.apk
77+
rm ./aws-knox_3.1.3_aarch64.apk
7878
```
7979

8080
### x86_64
8181

8282
```shell
83-
curl -sL -o ./aws-knox_3.1.2_x86_64.apk https://github.com/null93/aws-knox/releases/download/3.1.2/aws-knox_3.1.2_x86_64.apk
84-
apk add --allow-untrusted ./aws-knox_3.1.2_x86_64.apk
85-
rm ./aws-knox_3.1.2_x86_64.apk
83+
curl -sL -o ./aws-knox_3.1.3_x86_64.apk https://github.com/null93/aws-knox/releases/download/3.1.3/aws-knox_3.1.3_x86_64.apk
84+
apk add --allow-untrusted ./aws-knox_3.1.3_x86_64.apk
85+
rm ./aws-knox_3.1.3_x86_64.apk
8686
```
8787
</details>
8888

@@ -92,17 +92,17 @@ Knox helps maintain efficient and secure AWS credential management, making it an
9292
### aarch64
9393

9494
```shell
95-
curl -sL -o ./aws-knox-3.1.2-1-aarch64.pkg.tar.zst https://github.com/null93/aws-knox/releases/download/3.1.2/aws-knox-3.1.2-1-aarch64.pkg.tar.zst
96-
sudo pacman -U ./aws-knox-3.1.2-1-aarch64.pkg.tar.zst
97-
rm ./aws-knox-3.1.2-1-aarch64.pkg.tar.zst
95+
curl -sL -o ./aws-knox-3.1.3-1-aarch64.pkg.tar.zst https://github.com/null93/aws-knox/releases/download/3.1.3/aws-knox-3.1.3-1-aarch64.pkg.tar.zst
96+
sudo pacman -U ./aws-knox-3.1.3-1-aarch64.pkg.tar.zst
97+
rm ./aws-knox-3.1.3-1-aarch64.pkg.tar.zst
9898
```
9999

100100
### x86_64
101101

102102
```shell
103-
curl -sL -o ./aws-knox-3.1.2-1-x86_64.pkg.tar.zst https://github.com/null93/aws-knox/releases/download/3.1.2/aws-knox-3.1.2-1-x86_64.pkg.tar.zst
104-
sudo pacman -U ./aws-knox-3.1.2-1-x86_64.pkg.tar.zst
105-
rm ./aws-knox-3.1.2-1-x86_64.pkg.tar.zst
103+
curl -sL -o ./aws-knox-3.1.3-1-x86_64.pkg.tar.zst https://github.com/null93/aws-knox/releases/download/3.1.3/aws-knox-3.1.3-1-x86_64.pkg.tar.zst
104+
sudo pacman -U ./aws-knox-3.1.3-1-x86_64.pkg.tar.zst
105+
rm ./aws-knox-3.1.3-1-x86_64.pkg.tar.zst
106106
```
107107
</details>
108108

0 commit comments

Comments
 (0)