Skip to content

Commit

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

Co-authored-by: updatecli <updatecli@olblak.com>
  • Loading branch information
updateclibot[bot] and updatecli committed Apr 6, 2024
1 parent ab70311 commit 14e2f3b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions content/en/docs/prologue/installation.adoc
Expand Up @@ -50,33 +50,33 @@ Should you then want to upgrade to the latest version, use `brew upgrade updatec
[source,shell]
```
# amd64
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.74.0/updatecli_amd64.rpm
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.75.0/updatecli_amd64.rpm
# arm64
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.74.0/updatecli_arm64.rpm
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.75.0/updatecli_arm64.rpm
# armv6
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.74.0/updatecli_armv6.rpm
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.75.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.74.0/updatecli_amd64.deb
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.75.0/updatecli_amd64.deb
# arm64
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.74.0/updatecli_arm64.deb
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.75.0/updatecli_arm64.deb
# armv6
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.74.0/updatecli_armv6.deb
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.75.0/updatecli_armv6.deb
```

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

== Docker
Expand Down

0 comments on commit 14e2f3b

Please sign in to comment.