fix missing composer (#418)

This commit is contained in:
Saeed Vaziry 2025-01-05 03:12:49 -08:00 committed by GitHub
parent f5c9d6701b
commit 20c6b58866
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,7 @@ public function install(): void
]), ]),
'install-php-'.$this->service->version 'install-php-'.$this->service->version
); );
$this->installComposer();
$this->service->server->os()->cleanup(); $this->service->server->os()->cleanup();
} }

View File

@ -4,4 +4,6 @@ curl -sS https://getcomposer.org/installer -o composer-setup.php
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
rm composer-setup.php
composer composer