mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 02:21:33 -05:00
woops
This commit is contained in:
parent
7003f26c62
commit
9d07b014ad
@ -749,7 +749,7 @@ install_pterodactyl() {
|
||||
mkdir -p /var/www/pterodactyl
|
||||
cd /var/www/pterodactyl
|
||||
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.0/panel.tar.gz
|
||||
tar --strip-components=1 -xzvf panel.tar.gz
|
||||
tar -xzvf panel.tar.gz
|
||||
chmod -R 755 storage/* bootstrap/cache/
|
||||
|
||||
output "Installing Pterodactyl..."
|
||||
@ -1867,7 +1867,6 @@ preflight
|
||||
install_options
|
||||
case $installoption in
|
||||
1) webserver_options
|
||||
theme_options
|
||||
repositories_setup
|
||||
required_infos
|
||||
firewall
|
||||
|
Loading…
Reference in New Issue
Block a user