@@ -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.112 .0/updatecli_amd64.rpm
53+ sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.113 .0/updatecli_amd64.rpm
5454# arm64
55- sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.112 .0/updatecli_arm64.rpm
55+ sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.113 .0/updatecli_arm64.rpm
5656# armv6
57- sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.112 .0/updatecli_armv6.rpm
57+ sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.113 .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.112 .0/updatecli_amd64.deb
64+ curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.113 .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.112 .0/updatecli_arm64.deb
66+ curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.113 .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.112 .0/updatecli_armv6.deb
68+ curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.113 .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.112 .0/updatecli_amd64.rpm
75+ dnf install https://github.com/updatecli/updatecli/releases/download/v0.113 .0/updatecli_amd64.rpm
7676# arm64
77- dnf install https://github.com/updatecli/updatecli/releases/download/v0.112 .0/updatecli_arm64.rpm
77+ dnf install https://github.com/updatecli/updatecli/releases/download/v0.113 .0/updatecli_arm64.rpm
7878# armv6
79- dnf install https://github.com/updatecli/updatecli/releases/download/v0.112 .0/updatecli_armv6.rpm
79+ dnf install https://github.com/updatecli/updatecli/releases/download/v0.113 .0/updatecli_armv6.rpm
8080```
8181
8282**Arch Linux (AUR)**
@@ -89,13 +89,13 @@ 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.112 .0/updatecli_Linux_x86_64.tar.gz
92+ curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.113 .0/updatecli_Linux_x86_64.tar.gz
9393
9494# arm64
95- curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.112 .0/updatecli_Linux_arm64.tar.gz
95+ curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.113 .0/updatecli_Linux_arm64.tar.gz
9696
9797# armv6
98- curl -sL -o/tmp/updatecli_arm.tgz https://github.com/updatecli/updatecli/releases/download/v0.112 .0/updatecli_Linux_arm.tar.gz
98+ curl -sL -o/tmp/updatecli_arm.tgz https://github.com/updatecli/updatecli/releases/download/v0.113 .0/updatecli_Linux_arm.tar.gz
9999
100100```
101101
0 commit comments