This message was deleted.
# rke2
a
This message was deleted.
c
Which files specifically? I’m not aware of any issue. I don’t have the patience to download and verify ALL of them… but a spot check looks good:
Copy code
brandond@dev01:~$ curl -s -LO <https://github.com/rancher/rke2/releases/download/v1.31.1%2Brke2r1/sha256sum-amd64.txt> -LO <https://github.com/rancher/rke2/releases/download/v1.31.1%2Brke2r1/rke2.linux-amd64> -LO <https://github.com/rancher/rke2/releases/download/v1.31.1%2Brke2r1/rke2.linux-amd64.tar.gz>
brandond@dev01:~$ sha256sum --check --ignore-missing sha256sum-amd64.txt
rke2.linux-amd64: OK
rke2.linux-amd64.tar.gz: OK
f
grumble, looks like I had a bad version of sha256sum-amd64.txt looks good now, thanks for checking!
c
maybe left over from a different release? The version isn’t in the name so it’d be hard to tell.
f
yep