File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
themes/version1.x/Dracula Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,11 @@ check_distro() {
7272# ### Install Dependencies ####
7373
7474dependencies () {
75- print_brake 20
75+ echo
76+ print_brake 30
7677echo -e " * ${GREEN} Installing dependencies...${reset} "
77- print_brake 20
78+ print_brake 30
79+ echo
7880case " $OS " in
7981debian | ubuntu)
8082curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
@@ -110,6 +112,7 @@ production() {
110112DIR=/var/www/pterodactyl
111113
112114if [ -d " $DIR " ]; then
115+ echo
113116print_brake 25
114117echo -e " * ${GREEN} Producing panel...${reset} "
115118print_brake 25
123126
124127
125128bye () {
126- print_brake 40
129+ print_brake 50
127130echo
128131echo -e " * ${GREEN} The theme ${YELLOW} Dracula${GREEN} was successfully installed.${reset} "
129132echo -e " * ${GREEN} Thank you for using this script.${reset} "
130133echo -e " * ${GREEN} Support group: $( hyperlink " $SUPPORT_LINK " ) ${reset} "
131134echo
132- print_brake 40
135+ print_brake 50
133136}
134137
135138
You can’t perform that action at this time.
0 commit comments