File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/2 - Pterodactyl/2 - Instalação Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ import TabItem from '@theme/TabItem';
3030import 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
3737sudo tar -xzvf panel.tar.gz
3838sudo 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)
4444sudo curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/latest/download/panel.tar.gz
4545sudo tar -xzvf panel.tar.gz
4646sudo chmod -R 755 storage/* bootstrap/cache/ ` }
You can’t perform that action at this time.
0 commit comments