mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Remove composer_setup hash check
This commit is contained in:
parent
8bba8c88e8
commit
1e7d5db3e2
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ ynh_print_info "Concrete5 Installation, the installation can take long. So be pa
|
|||
|
||||
pushd $final_path
|
||||
sudo php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
sudo php -r "if (hash_file('sha384', 'composer-setup.php') === '93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
|
||||
sudo php composer-setup.php
|
||||
sudo php -r "unlink('composer-setup.php');"
|
||||
sudo ./composer.phar install
|
||||
|
|
Loading…
Add table
Reference in a new issue