Commit 58e57ee8d0d670a05ca0851f44ff3077c7cd581d

Authored by Wesnydy Ribeiro
1 parent 4b29b90b

Add FreeSans font to repository

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
scripts/configure.sh
... ... @@ -63,6 +63,7 @@ echo "export VLIBRAS_VIDEO_CREATOR=$HOME/unityVideo/videoCreator.x86_64" > $TEMP
63 63 echo "export VLIBRAS_VIDEO_LIBRAS=$HOME/vlibras-contents/libras" >> $TEMP_ENV
64 64 echo "export VLIBRAS_VIDEO_MIXED=$HOME/vlibras-contents/videos" >> $TEMP_ENV
65 65 echo "export VLIBRAS_VIDEO_SCREENS=$HOME/vlibras-contents/frames" >> $TEMP_ENV
  66 +echo "export TEXT_FONTS=/usr/share/fonts/truetype/freefont/FreeSans.ttf" >> $TEMP_ENV
66 67 sudo install -m 755 $TEMP_ENV -D /etc/profile.d/vlibras-video-env.sh && echo -e $OK || eval $ERROR
67 68 rm -f TEMP_ENV
68 69 echo -e "Restart the computer to finalize installation."
... ...