Skip to content

Commit 4f7fde7

Browse files
authored
Update download.mdx
1 parent 438f6bf commit 4f7fde7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/2 - Pterodactyl/2 - Instalação/download.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ import TabItem from '@theme/TabItem';
3030
import Codeblock from "@theme/CodeBlock";
3131

3232
<Tabs>
33-
<TabItem value="pterodactyl-br" label="Pterodactyl BR" default>
33+
<TabItem value="pterodactyl-en" label="Pterodactyl Original">
3434
<Codeblock language="bash">
35-
{`# Pterodactyl traduzido pela NextPanel
36-
sudo curl -Lo panel.tar.gz https://github.com/Next-Panel/Pterodactyl-BR/releases/latest/download/panel.tar.gz
35+
{`# Pterodactyl Original
36+
sudo curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/latest/download/panel.tar.gz
3737
sudo tar -xzvf panel.tar.gz
3838
sudo chmod -R 755 storage/* bootstrap/cache/`}
3939
</Codeblock>
4040
</TabItem>
41-
<TabItem value="pterodactyl-en" label="Pterodactyl Original">
41+
<TabItem value="pterodactyl-br" label="Pterodactyl BR" default>
4242
<Codeblock language="bash">
43-
{`# Pterodactyl Original
43+
{`# Pterodactyl traduzido pela NextPanel (temporariamente desativado por fins de segurança)
4444
sudo curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/latest/download/panel.tar.gz
4545
sudo tar -xzvf panel.tar.gz
4646
sudo chmod -R 755 storage/* bootstrap/cache/`}

0 commit comments

Comments
 (0)