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