diff --git a/lib/Service/Install/InstallService.php b/lib/Service/Install/InstallService.php index 48261d8ecd..6caf46bac1 100644 --- a/lib/Service/Install/InstallService.php +++ b/lib/Service/Install/InstallService.php @@ -370,7 +370,6 @@ public function installJava(?bool $async = false): void { } else { throw new RuntimeException(sprintf('OS_FAMILY %s is incompatible with LibreSign.', PHP_OS_FAMILY)); } - $folder = $this->getFolder(); $checksumUrl = $url . '.sha256.txt'; $hash = $this->getHash($compressedFileName, $checksumUrl); try {