We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61919a7 commit 33062d3Copy full SHA for 33062d3
1 file changed
themes/version1.x/Dracula/build.sh
@@ -73,7 +73,7 @@ check_distro() {
73
74
dependencies() {
75
print_brake 20
76
-echo "* ${GREEN}Installing dependencies...${reset}"
+echo -e "* ${GREEN}Installing dependencies...${reset}"
77
78
case "$OS" in
79
debian | ubuntu)
@@ -90,7 +90,7 @@ esac
90
91
#### Donwload Files ####
92
print_brake 25
93
-echo "* ${GREEN}Downloading files...${reset}"
+echo -e "* ${GREEN}Downloading files...${reset}"
94
95
download_files() {
96
cd /var/www/pterodactyl/resources/scripts
@@ -111,7 +111,7 @@ DIR=/var/www/pterodactyl
111
112
if [ -d "$DIR" ]; then
113
114
-echo "* ${GREEN}Producing panel...${reset}"
+echo -e "* ${GREEN}Producing panel...${reset}"
115
116
npm i -g yarn
117
cd /var/www/pterodactyl
0 commit comments