mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Use lowercase sha in docs
This commit is contained in:
parent
8e817d096b
commit
008475dee7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ An alternative is to use this script which only works with UNIX utilities:
|
|||
|
||||
EXPECTED_SIGNATURE="$(wget -q -O - https://composer.github.io/installer.sig)"
|
||||
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
ACTUAL_SIGNATURE="$(php -r "echo hash_file('SHA384', 'composer-setup.php');")"
|
||||
ACTUAL_SIGNATURE="$(php -r "echo hash_file('sha384', 'composer-setup.php');")"
|
||||
|
||||
if [ "$EXPECTED_SIGNATURE" != "$ACTUAL_SIGNATURE" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue