File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ GREEN=$(tput setaf 2)
55RED=$( tput setaf 1)
66BLUE=$( tput setaf 4)
77VIOLET=$( tput setaf 5)
8+ YELLOW=$( tput setaf 3)
89BOLD=$( tput bold)
910RESET=$( tput sgr0)
1011# ######################################### INITIALISATION ROOT ##########################################
2223while true ; do
2324 # Affichage du menu
2425 echo " +------------+"
25- echo " | Menu : |"
26+ echo " | ${BOLD}${VIOLET} M ${GREEN} e ${YELLOW} n ${BLUE} u ${RESET}${BOLD} : ${RESET} |"
2627 echo " +--------+------------+----------+"
27- echo " | Installation | "
28+ echo " | ${VIOLET}${BOLD} Installation${RESET}${BOLD} : ${RESET} | "
2829 echo " +------+--------------------------------+------+"
2930 echo " | 1. Installer docker |"
3031 echo " | 2. Installer yarn |"
3132 echo " +----------------------------------------------+"
3233 echo " "
3334 echo " +-------------+"
34- echo " | Script : |"
35- echo " +-------------+------------ +----------------+"
35+ echo " | ${GREEN}${BOLD} Script${RESET}${BOLD} : ${RESET} |"
36+ echo " +-------------+------------- +----------------+"
3637 echo " | 3. Exécuter 'new.sh' |"
3738 echo " | |"
3839 echo " | 4. Exécuter 'speedtest.sh' |"
3940 echo " | |"
4041 echo " | 5. Exécuter 'pterodactyl-panel-reinstaller'|"
4142 echo " +---------------------------+----------------+"
42- echo " | 6. Quitter |"
43+ echo " | 6. ${BLUE}${BOLD} Exécuter le Pterodactyl Menu${RESET} |"
44+ echo " | └ ${YELLOW}${BOLD} OverStyleFR/Pterodactyl-Installer-Menu${RESET} |"
45+ echo " +-------------+------------+-----------------+"
46+ echo " | ${RED}${BOLD} 7. Quitter${RESET} |"
4347 echo " +------------+"
4448
4549
You can’t perform that action at this time.
0 commit comments