File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ NOTE: These steps work only for Linux. Compile and run in a container (explained
6666
6767#### Binaries
6868
69- - ** linux** [ amd64] ( https://github.com/genuinetools/img/releases/download/v0.3.4 /img-linux-amd64 )
69+ - ** linux** [ amd64] ( https://github.com/genuinetools/img/releases/download/v0.3.5 /img-linux-amd64 )
7070
7171``` console
7272# Install latest img binary
73- $ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.3.4 /img-linux-amd64 -o /usr/local/bin/img
73+ $ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.3.5 /img-linux-amd64 -o /usr/local/bin/img
7474# Verify the sha256sum
75- $ export SHASUM=$( curl -L https://github.com/genuinetools/img/releases/download/v0.3.4 /img-linux-amd64.sha256)
75+ $ export SHASUM=$( curl -L https://github.com/genuinetools/img/releases/download/v0.3.5 /img-linux-amd64.sha256)
7676$ if [ " $SHASUM " != " $( shasum -a 256 /usr/local/bin/img | awk ' { print $1 }' ) " ]; then echo " sha256sum mismatch!" ; exit 1; fi
7777$ sudo chmod a+x /usr/local/bin/img
7878$ echo " img installed!"
Original file line number Diff line number Diff line change 1- v0.3.4
1+ v0.3.5
You can’t perform that action at this time.
0 commit comments