File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ check_distro() {
7373
7474dependencies () {
7575print_brake 20
76- echo " * ${GREEN} Installing dependencies...${reset} "
76+ echo -e " * ${GREEN} Installing dependencies...${reset} "
7777print_brake 20
7878case " $OS " in
7979debian | ubuntu)
9090
9191# ### Donwload Files ####
9292print_brake 25
93- echo " * ${GREEN} Downloading files...${reset} "
93+ echo -e " * ${GREEN} Downloading files...${reset} "
9494print_brake 25
9595download_files () {
9696cd /var/www/pterodactyl/resources/scripts
@@ -111,7 +111,7 @@ DIR=/var/www/pterodactyl
111111
112112if [ -d " $DIR " ]; then
113113print_brake 25
114- echo " * ${GREEN} Producing panel...${reset} "
114+ echo -e " * ${GREEN} Producing panel...${reset} "
115115print_brake 25
116116npm i -g yarn
117117cd /var/www/pterodactyl
You can’t perform that action at this time.
0 commit comments