You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{--release= : A specific Pterodactyl version to download from GitHub. Leave blank to use latest.}
19
+
{--skip-download : If set no archive will be downloaded.}';
17
20
18
21
/** @var string */
19
22
protected$description = 'Downloads a new archive for Pterodactyl from GitHub and then executes the normal upgrade commands.';
@@ -35,7 +38,7 @@ public function handle()
35
38
if (!$skipDownload) {
36
39
$this->output->warning('This command does not verify the integrity of downloaded assets. Please ensure that you trust the download source before continuing. If you do not wish to download an archive, please indicate that using the --skip-download flag, or answering "no" to the question below.');
37
40
$this->output->comment('Download Source (set with --url=):');
0 commit comments