Added translate-shell to the -c flag.

This commit is contained in:
Storm Dragon 2022-11-11 16:09:38 -05:00
parent f986d5605a
commit 2f92150c10

View File

@ -252,6 +252,12 @@ checklist() {
errorList+=("Warning: Sox is not installed. Audio will not work.")
fi
packageList+=("sox")
if command -v trans &> /dev/null ; then
[[ $# -eq 0 ]] && echo "Translate-shell is installed."
else
errorList+=("Warning: translate-shell is not installed. Games that require translation will not be translated.")
fi
packageList+=("translate-shell")
if command -v unix2dos &> /dev/null ; then
[[ $# -eq 0 ]] && echo "Dos2unix is installed."
else