Skip to content

Commit

Permalink
Released Version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
null93 committed Jul 2, 2024
1 parent 5bd4da3 commit ae1bb0e
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ Knox helps maintain efficient and secure AWS credential management, making it an
### amd64

```shell
curl -sL -o ./aws-knox_2.1.1_amd64.deb https://github.com/null93/aws-knox/releases/download/2.1.1/aws-knox_2.1.1_amd64.deb
sudo dpkg -i ./aws-knox_2.1.1_amd64.deb
rm ./aws-knox_2.1.1_amd64.deb
curl -sL -o ./aws-knox_2.1.2_amd64.deb https://github.com/null93/aws-knox/releases/download/2.1.2/aws-knox_2.1.2_amd64.deb
sudo dpkg -i ./aws-knox_2.1.2_amd64.deb
rm ./aws-knox_2.1.2_amd64.deb
```

### arm64

```shell
curl -sL -o ./aws-knox_2.1.1_arm64.deb https://github.com/null93/aws-knox/releases/download/2.1.1/aws-knox_2.1.1_arm64.deb
sudo dpkg -i ./aws-knox_2.1.1_arm64.deb
rm ./aws-knox_2.1.1_arm64.deb
curl -sL -o ./aws-knox_2.1.2_arm64.deb https://github.com/null93/aws-knox/releases/download/2.1.2/aws-knox_2.1.2_arm64.deb
sudo dpkg -i ./aws-knox_2.1.2_arm64.deb
rm ./aws-knox_2.1.2_arm64.deb
```
</details>

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

```shell
rpm -i https://github.com/null93/aws-knox/releases/download/2.1.1/aws-knox-2.1.1-1.aarch64.rpm
rpm -i https://github.com/null93/aws-knox/releases/download/2.1.2/aws-knox-2.1.2-1.aarch64.rpm
```

### x86_64

```shell
rpm -i https://github.com/null93/aws-knox/releases/download/2.1.1/aws-knox-2.1.1-1.x86_64.rpm
rpm -i https://github.com/null93/aws-knox/releases/download/2.1.2/aws-knox-2.1.2-1.x86_64.rpm
```
</details>

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

```shell
curl -sL -o ./aws-knox_2.1.1_aarch64.apk https://github.com/null93/aws-knox/releases/download/2.1.1/aws-knox_2.1.1_aarch64.apk
apk add --allow-untrusted ./aws-knox_2.1.1_aarch64.apk
rm ./aws-knox_2.1.1_aarch64.apk
curl -sL -o ./aws-knox_2.1.2_aarch64.apk https://github.com/null93/aws-knox/releases/download/2.1.2/aws-knox_2.1.2_aarch64.apk
apk add --allow-untrusted ./aws-knox_2.1.2_aarch64.apk
rm ./aws-knox_2.1.2_aarch64.apk
```

### x86_64

```shell
curl -sL -o ./aws-knox_2.1.1_x86_64.apk https://github.com/null93/aws-knox/releases/download/2.1.1/aws-knox_2.1.1_x86_64.apk
apk add --allow-untrusted ./aws-knox_2.1.1_x86_64.apk
rm ./aws-knox_2.1.1_x86_64.apk
curl -sL -o ./aws-knox_2.1.2_x86_64.apk https://github.com/null93/aws-knox/releases/download/2.1.2/aws-knox_2.1.2_x86_64.apk
apk add --allow-untrusted ./aws-knox_2.1.2_x86_64.apk
rm ./aws-knox_2.1.2_x86_64.apk
```
</details>

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

```shell
curl -sL -o ./aws-knox-2.1.1-1-aarch64.pkg.tar.zst https://github.com/null93/aws-knox/releases/download/2.1.1/aws-knox-2.1.1-1-aarch64.pkg.tar.zst
sudo pacman -U ./aws-knox-2.1.1-1-aarch64.pkg.tar.zst
rm ./aws-knox-2.1.1-1-aarch64.pkg.tar.zst
curl -sL -o ./aws-knox-2.1.2-1-aarch64.pkg.tar.zst https://github.com/null93/aws-knox/releases/download/2.1.2/aws-knox-2.1.2-1-aarch64.pkg.tar.zst
sudo pacman -U ./aws-knox-2.1.2-1-aarch64.pkg.tar.zst
rm ./aws-knox-2.1.2-1-aarch64.pkg.tar.zst
```

### x86_64

```shell
curl -sL -o ./aws-knox-2.1.1-1-x86_64.pkg.tar.zst https://github.com/null93/aws-knox/releases/download/2.1.1/aws-knox-2.1.1-1-x86_64.pkg.tar.zst
sudo pacman -U ./aws-knox-2.1.1-1-x86_64.pkg.tar.zst
rm ./aws-knox-2.1.1-1-x86_64.pkg.tar.zst
curl -sL -o ./aws-knox-2.1.2-1-x86_64.pkg.tar.zst https://github.com/null93/aws-knox/releases/download/2.1.2/aws-knox-2.1.2-1-x86_64.pkg.tar.zst
sudo pacman -U ./aws-knox-2.1.2-1-x86_64.pkg.tar.zst
rm ./aws-knox-2.1.2-1-x86_64.pkg.tar.zst
```
</details>

Expand Down

0 comments on commit ae1bb0e

Please sign in to comment.