cancel run composer install when update

This commit is contained in:
xiaomlove
2022-02-15 03:11:17 +08:00
parent 283f020b0b
commit 8e37f8060b

View File

@@ -154,7 +154,7 @@ if ($currentStep == 4) {
$pass = $settingTableRows['pass'];
while ($isPost) {
try {
$update->updateDependencies();
// $update->updateDependencies();
$update->createSymbolicLinks($symbolicLinks);
$update->saveSettings($settings);
$update->runExtraQueries();