Skip to content

Commit f3a4d97

Browse files
committed
Fix the coloring issue in postinst script
1 parent c66d9fc commit f3a4d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ make depend -j $AVAILABLE_CORES
3737
make -j $AVAILABLE_CORES
3838

3939
pip install wikipedia PyUserInput tinydb youtube_dl spacy pyowm && sudo pip install -U PyAudio && python -m spacy download en \
40-
&& printf "import nltk\nnltk.download('names')\nnltk.download('brown')\nnltk.download('wordnet')" | python && echo "\n\n${GREEN}Dragonfire is successfully installed to your computer.${NC}\n"
40+
&& printf "import nltk\nnltk.download('names')\nnltk.download('brown')\nnltk.download('wordnet')" | python && echo -e "\n\n${GREEN}Dragonfire is successfully installed to your computer.${NC}\n"

0 commit comments

Comments
 (0)