server = $server; } /** * @throws Throwable */ public function handle(): void { $this->server->ssh()->exec(new InstallNodejsCommand(), 'install-nodejs'); } }