Skip to content

Commit

Permalink
chore: docs: update updatecli version to v0.84.1
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
updatecli committed Sep 30, 2024
1 parent 297c24d commit 431d123
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.84.0/updatecli_amd64.rpm
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.84.1/updatecli_amd64.rpm
# arm64
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.84.0/updatecli_arm64.rpm
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.84.1/updatecli_arm64.rpm
# armv6
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.84.0/updatecli_armv6.rpm
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.84.1/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.84.0/updatecli_amd64.deb
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.84.1/updatecli_amd64.deb
# arm64
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.84.0/updatecli_arm64.deb
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.84.1/updatecli_arm64.deb
# armv6
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.84.0/updatecli_armv6.deb
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.84.1/updatecli_armv6.deb
```

**Fedora/Centos/RedHat**
[source,shell]
```
# amd64
dnf install https://github.com/updatecli/updatecli/releases/download/v0.84.0/updatecli_amd64.rpm
dnf install https://github.com/updatecli/updatecli/releases/download/v0.84.1/updatecli_amd64.rpm
# arm64
dnf install https://github.com/updatecli/updatecli/releases/download/v0.84.0/updatecli_arm64.rpm
dnf install https://github.com/updatecli/updatecli/releases/download/v0.84.1/updatecli_arm64.rpm
# armv6
dnf install https://github.com/updatecli/updatecli/releases/download/v0.84.0/updatecli_armv6.rpm
dnf install https://github.com/updatecli/updatecli/releases/download/v0.84.1/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.84.0/updatecli_amd64.tgz
curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.84.1/updatecli_amd64.tgz
# arm64
curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.84.0/updatecli_arm64.tgz
curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.84.1/updatecli_arm64.tgz
# armv6
curl -sL -o/tmp/updatecli_armv6.tgz https://github.com/updatecli/updatecli/releases/download/v0.84.0/updatecli_armv6.tgz
curl -sL -o/tmp/updatecli_armv6.tgz https://github.com/updatecli/updatecli/releases/download/v0.84.1/updatecli_armv6.tgz
```

== Docker
Expand Down

0 comments on commit 431d123

Please sign in to comment.