Skip to content

Commit 33062d3

Browse files
authored
Update build.sh
1 parent 61919a7 commit 33062d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/version1.x/Dracula/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ check_distro() {
7373

7474
dependencies() {
7575
print_brake 20
76-
echo "* ${GREEN}Installing dependencies...${reset}"
76+
echo -e "* ${GREEN}Installing dependencies...${reset}"
7777
print_brake 20
7878
case "$OS" in
7979
debian | ubuntu)
@@ -90,7 +90,7 @@ esac
9090

9191
#### Donwload Files ####
9292
print_brake 25
93-
echo "* ${GREEN}Downloading files...${reset}"
93+
echo -e "* ${GREEN}Downloading files...${reset}"
9494
print_brake 25
9595
download_files() {
9696
cd /var/www/pterodactyl/resources/scripts
@@ -111,7 +111,7 @@ DIR=/var/www/pterodactyl
111111

112112
if [ -d "$DIR" ]; then
113113
print_brake 25
114-
echo "* ${GREEN}Producing panel...${reset}"
114+
echo -e "* ${GREEN}Producing panel...${reset}"
115115
print_brake 25
116116
npm i -g yarn
117117
cd /var/www/pterodactyl

0 commit comments

Comments
 (0)