diff --git a/scripts/configure.sh b/scripts/configure.sh index fa603de..5e9cafc 100755 --- a/scripts/configure.sh +++ b/scripts/configure.sh @@ -63,6 +63,7 @@ echo "export VLIBRAS_VIDEO_CREATOR=$HOME/unityVideo/videoCreator.x86_64" > $TEMP echo "export VLIBRAS_VIDEO_LIBRAS=$HOME/vlibras-contents/libras" >> $TEMP_ENV echo "export VLIBRAS_VIDEO_MIXED=$HOME/vlibras-contents/videos" >> $TEMP_ENV echo "export VLIBRAS_VIDEO_SCREENS=$HOME/vlibras-contents/frames" >> $TEMP_ENV +echo "export TEXT_FONTS=/usr/share/fonts/truetype/freefont/FreeSans.ttf" >> $TEMP_ENV sudo install -m 755 $TEMP_ENV -D /etc/profile.d/vlibras-video-env.sh && echo -e $OK || eval $ERROR rm -f TEMP_ENV echo -e "Restart the computer to finalize installation." -- libgit2 0.21.2