@@ -50,33 +50,33 @@ To upgrade to the latest version, use `brew upgrade updatecli`.
5050[source,shell]
5151```
5252# amd64
53- sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_amd64.rpm
53+ sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_amd64.rpm
5454# arm64
55- sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_arm64.rpm
55+ sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_arm64.rpm
5656# armv6
57- sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_armv6.rpm
57+ sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_armv6.rpm
5858```
5959
6060**Debian/Ubuntu**
6161[source,shell]
6262```
6363# amd64
64- curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_amd64.deb
64+ curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_amd64.deb
6565# arm64
66- curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_arm64.deb
66+ curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_arm64.deb
6767# armv6
68- curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_armv6.deb
68+ curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_armv6.deb
6969```
7070
7171**Fedora/Centos/RedHat**
7272[source,shell]
7373```
7474# amd64
75- dnf install https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_amd64.rpm
75+ dnf install https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_amd64.rpm
7676# arm64
77- dnf install https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_arm64.rpm
77+ dnf install https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_arm64.rpm
7878# armv6
79- dnf install https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_armv6.rpm
79+ dnf install https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_armv6.rpm
8080```
8181
8282**Arch Linux (AUR)**
@@ -89,11 +89,11 @@ yay -S updatecli-bin
8989[source,shell]
9090```
9191# amd64
92- curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_amd64.tgz
92+ curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_amd64.tgz
9393# arm64
94- curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_arm64.tgz
94+ curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_arm64.tgz
9595# armv6
96- curl -sL -o/tmp/updatecli_armv6.tgz https://github.com/updatecli/updatecli/releases/download/v0.86.1 /updatecli_armv6.tgz
96+ curl -sL -o/tmp/updatecli_armv6.tgz https://github.com/updatecli/updatecli/releases/download/v0.87.0 /updatecli_armv6.tgz
9797```
9898
9999== Docker
0 commit comments