Bumped rhvoice installer timeout to 20 seconds because sometimes the pi 4 is slow.

This commit is contained in:
Storm Dragon 2021-10-24 13:51:33 -04:00
parent a9cedbf340
commit 6c9065bf66

View File

@ -490,7 +490,7 @@ install_wine_bottle() {
winetricks -q win8 winetricks -q win8
echo "Installing RHVoice..." echo "Installing RHVoice..."
wine "${cache}/RHVoice-voice-English-Bdl-v4.1.9-setup.exe" & wine "${cache}/RHVoice-voice-English-Bdl-v4.1.9-setup.exe" &
sleep 15 sleep 20
wineserver -k wineserver -k
fi fi
winetricks -q $@ ${winVer:-winxp} ${winetricksSettings}; } | dialog --progressbox "Installing wine bottle, please wait..." -1 -1 winetricks -q $@ ${winVer:-winxp} ${winetricksSettings}; } | dialog --progressbox "Installing wine bottle, please wait..." -1 -1