mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 10:31:34 -05:00
done???
This commit is contained in:
parent
aa8939623b
commit
df09c74fdb
107
install.sh
107
install.sh
@ -192,7 +192,7 @@ install_options(){
|
|||||||
output "You have selected daemon installation only."
|
output "You have selected daemon installation only."
|
||||||
;;
|
;;
|
||||||
5 ) installoption=5
|
5 ) installoption=5
|
||||||
output "You have selected 1.0 panel and daemon installation."
|
output "You have selected 1.0 panel and wings installation."
|
||||||
;;
|
;;
|
||||||
6 ) installoption=6
|
6 ) installoption=6
|
||||||
output "You have selected 0.7.19 panel and daemon installation."
|
output "You have selected 0.7.19 panel and daemon installation."
|
||||||
@ -1870,52 +1870,52 @@ broadcast_database(){
|
|||||||
preflight
|
preflight
|
||||||
install_options
|
install_options
|
||||||
case $installoption in
|
case $installoption in
|
||||||
1) webserver_options
|
1) webserver_options
|
||||||
theme_options
|
theme_options
|
||||||
repositories_setup
|
repositories_setup
|
||||||
required_infos
|
required_infos
|
||||||
firewall
|
firewall
|
||||||
setup_pterodactyl
|
setup_pterodactyl
|
||||||
broadcast
|
broadcast
|
||||||
;;
|
;;
|
||||||
2) webserver_options
|
2) webserver_options
|
||||||
theme_options
|
theme_options
|
||||||
repositories_setup_0.7.19
|
repositories_setup_0.7.19
|
||||||
required_infos
|
required_infos
|
||||||
firewall
|
firewall
|
||||||
setup_pterodactyl_0.7.19
|
setup_pterodactyl_0.7.19
|
||||||
broadcast
|
broadcast
|
||||||
;;
|
;;
|
||||||
3) repositories_setup
|
3) repositories_setup
|
||||||
required_infos
|
required_infos
|
||||||
firewall
|
firewall
|
||||||
ssl_certs
|
ssl_certs
|
||||||
install_wings
|
install_wings
|
||||||
broadcast
|
broadcast
|
||||||
;;
|
;;
|
||||||
4) repositories_setup_0.7.19
|
4) repositories_setup_0.7.19
|
||||||
required_infos
|
required_infos
|
||||||
firewall
|
firewall
|
||||||
ssl_certs
|
ssl_certs
|
||||||
install_daemon
|
install_daemon
|
||||||
broadcast
|
broadcast
|
||||||
;;
|
;;
|
||||||
5) webserver_options
|
5) webserver_options
|
||||||
repositories_setup
|
repositories_setup
|
||||||
required_infos
|
required_infos
|
||||||
firewall
|
firewall
|
||||||
setup_pterodactyl
|
setup_pterodactyl
|
||||||
install_wings
|
install_wings
|
||||||
broadcast
|
broadcast
|
||||||
;;
|
;;
|
||||||
6) webserver_options
|
6) webserver_options
|
||||||
theme_options
|
theme_options
|
||||||
repositories_setup_0.7.19
|
repositories_setup_0.7.19
|
||||||
required_infos
|
required_infos
|
||||||
firewall
|
firewall
|
||||||
setup_pterodactyl_0.7.19
|
setup_pterodactyl_0.7.19
|
||||||
install_daemon
|
install_daemon
|
||||||
broadcast
|
broadcast
|
||||||
;;
|
;;
|
||||||
7) install_standalone_sftp
|
7) install_standalone_sftp
|
||||||
;;
|
;;
|
||||||
@ -1934,25 +1934,30 @@ case $installoption in
|
|||||||
theme
|
theme
|
||||||
migrate_wings
|
migrate_wings
|
||||||
;;
|
;;
|
||||||
13) upgrade_standalone_sftp
|
13) theme_options
|
||||||
|
upgrade_pterodactyl
|
||||||
|
theme
|
||||||
|
upgrade_daemon
|
||||||
;;
|
;;
|
||||||
14) install_mobile
|
14) upgrade_standalone_sftp
|
||||||
;;
|
;;
|
||||||
15) upgrade_mobile
|
15) install_mobile
|
||||||
;;
|
;;
|
||||||
16) install_phpmyadmin
|
16) upgrade_mobile
|
||||||
;;
|
;;
|
||||||
17) repositories_setup
|
17) install_phpmyadmin
|
||||||
|
;;
|
||||||
|
18) repositories_setup
|
||||||
install_database
|
install_database
|
||||||
;;
|
;;
|
||||||
18) theme_options
|
19) theme_options
|
||||||
if [ "$themeoption" = "1" ]; then
|
if [ "$themeoption" = "1" ]; then
|
||||||
upgrade_pterodactyl
|
upgrade_pterodactyl_0.7.19
|
||||||
fi
|
fi
|
||||||
theme
|
theme
|
||||||
;;
|
;;
|
||||||
19) curl -sSL https://raw.githubusercontent.com/tommytran732/MariaDB-Root-Password-Reset/master/mariadb-104.sh | sudo bash
|
20) curl -sSL https://raw.githubusercontent.com/tommytran732/MariaDB-Root-Password-Reset/master/mariadb-104.sh | sudo bash
|
||||||
;;
|
;;
|
||||||
20) database_host_reset
|
21) database_host_reset
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user