mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
fix ddsubment https blank
This commit is contained in:
@@ -322,6 +322,10 @@ class Update extends Install
|
||||
|
||||
public function downAndExtractCode($url, array $includes = []): string
|
||||
{
|
||||
$requireCommand = 'rsync';
|
||||
if (!command_exists($requireCommand)) {
|
||||
throw new \RuntimeException("command: $requireCommand not exists!");
|
||||
}
|
||||
$arr = explode('/', $url);
|
||||
$basename = last($arr);
|
||||
$isZip = false;
|
||||
|
||||
Reference in New Issue
Block a user