Skip to content

Commit f892b6d

Browse files
authored
Update build.sh
1 parent 6a70947 commit f892b6d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

themes/version1.x/Twilight/build.sh

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ check_distro() {
7272
#### Install Dependencies ####
7373

7474
dependencies() {
75-
print_brake 20
75+
echo
76+
print_brake 30
7677
echo -e "* ${GREEN}Installing dependencies...${reset}"
77-
print_brake 20
78+
print_brake 30
79+
echo
7880
case "$OS" in
7981
debian | ubuntu)
8082
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
@@ -110,6 +112,7 @@ production() {
110112
DIR=/var/www/pterodactyl
111113

112114
if [ -d "$DIR" ]; then
115+
echo
113116
print_brake 25
114117
echo -e "* ${GREEN}Producing panel...${reset}"
115118
print_brake 25
@@ -123,13 +126,13 @@ fi
123126

124127

125128
bye() {
126-
print_brake 40
129+
print_brake 50
127130
echo
128-
echo -e "* ${GREEN}The theme ${YELLOW}Dracula${GREEN} was successfully installed.${reset}"
131+
echo -e "* ${GREEN}The theme ${YELLOW}Twilight${GREEN} was successfully installed.${reset}"
129132
echo -e "* ${GREEN}Thank you for using this script.${reset}"
130133
echo -e "* ${GREEN}Support group: $(hyperlink "$SUPPORT_LINK")${reset}"
131134
echo
132-
print_brake 40
135+
print_brake 50
133136
}
134137

135138

0 commit comments

Comments
 (0)