Commit 172388b
Replace shorthand status flag with long verion in get.sh
As part of the graceful degradation change use of sha256sum was introduced.
On Ubuntu 16.04 the shorthand flag for status does not exist which results in
a failure when verifying the checksum. Further, support for -s & the long --status
is inconsistent across distros. This change replaces the -s option which suppresses
output in favour of redirection to /dev/null.
Signed-off-by: Richard Gee <richard@technologee.co.uk>1 parent 0ccdbe0 commit 172388b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments