From 78f1a6eae7be3cdcf602149b802b146d948d50df Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 2 Jan 2019 13:16:59 +0100 Subject: [PATCH] other test --- scripts/install | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 34bfb1a..9b5ac59 100644 --- a/scripts/install +++ b/scripts/install @@ -156,7 +156,12 @@ ynh_mysql_setup_db $db_name $db_name # INSTALL Composer #============================================== -sudo -u "admin" "curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer" +#sudo -u "admin" "curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer" + +php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" +php -r "if (hash_file('sha384', 'composer-setup.php') === '93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" +php composer-setup.php +php -r "unlink('composer-setup.php');" #============================================== # INSTALL Pterodactyl