mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-24 05:26:55 +02:00
Simplify sha256sum checking example
The previous code didn't consider other languages and hid the output of failures. For example ``` $ LANG=es_ES.UTF-8 sha256sum -c sha256sum.txt oauth2-proxy-v7.1.3.linux-amd64/oauth2-proxy: La suma coincide ```
This commit is contained in:
parent
c2325ecbd5
commit
1c151b4b27
@ -17,7 +17,7 @@ slug: /
|
||||
Prebuilt binaries can be validated by extracting the file and verifying it against the `sha256sum.txt` checksum file provided for each release starting with version `v3.0.0`.
|
||||
|
||||
```
|
||||
$ sha256sum -c sha256sum.txt 2>&1 | grep OK
|
||||
$ sha256sum -c sha256sum.txt
|
||||
oauth2-proxy-x.y.z.linux-amd64: OK
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user