Skip to content

Commit

Permalink
chore: delete composer-setup.php file after install completed in in…
Browse files Browse the repository at this point in the history
…stall script
  • Loading branch information
datlechin authored Oct 3, 2024
1 parent 82933e2 commit bb09450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ service php${V_PHP_VERSION}-fpm restart
# composer
curl -sS https://getcomposer.org/installer -o composer-setup.php
php composer-setup.php --install-dir=/usr/local/bin --filename=composer
php -r "unlink('composer-setup.php');"

# setup website
export COMPOSER_ALLOW_SUPERUSER=1
Expand Down

0 comments on commit bb09450

Please sign in to comment.