Added warning text to not change windows version

This commit is contained in:
Jasper Miller-Waugh 2021-03-16 17:11:52 +13:00 committed by GitHub
parent 985e02307b
commit a667789c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function main() {
export_var export_var
#config wine prefix and install mono and gecko automatic #config wine prefix and install mono and gecko automatic
echo -e "\033[1;93mplease install mono and gecko packages then click on OK button\e[0m" echo -e "\033[1;93mplease install mono and gecko packages then click on OK button, do not change Windows version from Windows 7\e[0m"
winecfg 2> "$SCR_PATH/wine-error.log" winecfg 2> "$SCR_PATH/wine-error.log"
if [ $? -eq 0 ];then if [ $? -eq 0 ];then
show_message "prefix configured..." show_message "prefix configured..."