Skip to content

Commit

Permalink
chore: docs: update updatecli version to v0.91.0 (#2008)
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli

Co-authored-by: updatecli <[email protected]>
  • Loading branch information
updateclibot[bot] and updatecli authored Dec 24, 2024
1 parent 5135204 commit 36b7bec
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions content/en/docs/prologue/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,33 +50,33 @@ To upgrade to the latest version, use `brew upgrade updatecli`.
[source,shell]
```
# amd64
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_amd64.rpm
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_amd64.rpm
# arm64
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_arm64.rpm
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_arm64.rpm
# armv6
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_armv6.rpm
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_armv6.rpm
```

**Debian/Ubuntu**
[source,shell]
```
# amd64
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_amd64.deb
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_amd64.deb
# arm64
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_arm64.deb
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_arm64.deb
# armv6
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_armv6.deb
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_armv6.deb
```

**Fedora/Centos/RedHat**
[source,shell]
```
# amd64
dnf install https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_amd64.rpm
dnf install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_amd64.rpm
# arm64
dnf install https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_arm64.rpm
dnf install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_arm64.rpm
# armv6
dnf install https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_armv6.rpm
dnf install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_armv6.rpm
```

**Arch Linux (AUR)**
Expand All @@ -89,11 +89,11 @@ yay -S updatecli-bin
[source,shell]
```
# amd64
curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_amd64.tgz
curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_amd64.tgz
# arm64
curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_arm64.tgz
curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_arm64.tgz
# armv6
curl -sL -o/tmp/updatecli_armv6.tgz https://github.com/updatecli/updatecli/releases/download/v0.90.0/updatecli_armv6.tgz
curl -sL -o/tmp/updatecli_armv6.tgz https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_armv6.tgz
```

== Docker
Expand Down

0 comments on commit 36b7bec

Please sign in to comment.