There was an error while loading. Please reload this page.
2 parents 263c8ad + a8bcd09 commit f036210Copy full SHA for f036210
1 file changed
lib/private/Updater.php
@@ -360,6 +360,10 @@ protected function doAppUpgrade(): void {
360
* @throws \Exception
361
*/
362
private function checkAppsRequirements(): void {
363
+ if ($this->serverVersion->getChannel() === 'git') {
364
+ return;
365
+ }
366
+
367
$isCoreUpgrade = $this->isCodeUpgrade();
368
$apps = $this->appManager->getEnabledApps();
369
$version = implode('.', Util::getVersion());
0 commit comments