Skip to content

Commit

Permalink
Fix the coloring issue in postinst script
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Oct 28, 2017
1 parent c66d9fc commit f3a4d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ make depend -j $AVAILABLE_CORES
make -j $AVAILABLE_CORES

pip install wikipedia PyUserInput tinydb youtube_dl spacy pyowm && sudo pip install -U PyAudio && python -m spacy download en \
&& 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"
&& 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 comments on commit f3a4d97

Please sign in to comment.