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
25
install.sh
25
install.sh
@ -192,7 +192,7 @@ install_options(){
|
||||
output "You have selected daemon installation only."
|
||||
;;
|
||||
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
|
||||
output "You have selected 0.7.19 panel and daemon installation."
|
||||
@ -1934,25 +1934,30 @@ case $installoption in
|
||||
theme
|
||||
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
|
||||
;;
|
||||
18) theme_options
|
||||
19) theme_options
|
||||
if [ "$themeoption" = "1" ]; then
|
||||
upgrade_pterodactyl
|
||||
upgrade_pterodactyl_0.7.19
|
||||
fi
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user