File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,14 @@ 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.106.0/updatecli_amd64.tgz
92+ curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.106.0/updatecli_Linux_x86_64.tar.gz
93+
9394# arm64
94- curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.106.0/updatecli_arm64.tgz
95+ curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.106.0/updatecli_Linux_arm64.tar.gz
96+
9597# armv6
96- curl -sL -o/tmp/updatecli_armv6.tgz https://github.com/updatecli/updatecli/releases/download/v0.106.0/updatecli_armv6.tgz
98+ curl -sL -o/tmp/updatecli_arm.tgz https://github.com/updatecli/updatecli/releases/download/v0.106.0/updatecli_Linux_arm.tar.gz
99+
97100```
98101
99102== Docker
You can’t perform that action at this time.
0 commit comments