fileExists($this->dest); } /** * @inheritDoc */ public function execute(): void { Connection::exec( "sudo git clone $this->repo $this->dest" . PHP_EOL . $this->getPermissions($this->dest) ); } }