mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1612)
* Minor improvements * Update CHANGELOG.md * Update README.md * Update install.php * Update install.php
This commit is contained in:
parent
7a67fefd4d
commit
8d1d9cbb01
4 changed files with 7 additions and 4 deletions
|
@ -253,6 +253,9 @@ if (!is_file(BB_ROOT . 'vendor/autoload.php')) {
|
|||
out('- composer.phar not found', 'error');
|
||||
exit;
|
||||
}
|
||||
} else {
|
||||
out('- Composer dependencies are present!', 'success');
|
||||
out("- Note: Remove 'vendor' folder if you want to re-install dependencies\n");
|
||||
}
|
||||
|
||||
// Preparing ENV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue