Provide update for installing rhvoice so that the small delay will be explained.

This commit is contained in:
Storm Dragon 2021-07-07 23:15:02 -04:00
parent 47b8bda044
commit dba5ecf3cd

View File

@ -464,8 +464,9 @@ install_wine_bottle() {
if [[ "${*}" =~ speechsdk ]]; then
download "https://rhvoice.eu-central-1.linodeobjects.com/RHVoice-voice-English-Bdl-v4.1.9-setup.exe"
winetricks -q win8
echo "Installing RHVoice..."
wine "${cache}/RHVoice-voice-English-Bdl-v4.1.9-setup.exe" &
sleep 20
sleep 15
wineserver -k
fi
winetricks -q $@ ${winVer:-winxp} ${winetricksSettings}; } | dialog --progressbox "Installing wine bottle, please wait..." -1 -1