Added translate-shell to the -c flag.
This commit is contained in:
parent
f986d5605a
commit
2f92150c10
@ -252,6 +252,12 @@ checklist() {
|
|||||||
errorList+=("Warning: Sox is not installed. Audio will not work.")
|
errorList+=("Warning: Sox is not installed. Audio will not work.")
|
||||||
fi
|
fi
|
||||||
packageList+=("sox")
|
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
|
if command -v unix2dos &> /dev/null ; then
|
||||||
[[ $# -eq 0 ]] && echo "Dos2unix is installed."
|
[[ $# -eq 0 ]] && echo "Dos2unix is installed."
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user