Skip to content

Commit 152fcff

Browse files
committed
Fixed install script composer setup lines
1 parent 852832d commit 152fcff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/installation-ubuntu-20.04.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ then
5454
exit 1
5555
fi
5656

57+
php composer-setup.php --quiet
58+
rm composer-setup.php
59+
5760
# Move composer to global installation
5861
mv composer.phar /usr/local/bin/composer
5962

0 commit comments

Comments
 (0)