Merge pull request #94 from Fallstop/master
Added warning text to not change windows version #89
This commit is contained in:
commit
d601c05106
|
@ -25,7 +25,7 @@ function main() {
|
|||
export_var
|
||||
|
||||
#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"
|
||||
if [ $? -eq 0 ];then
|
||||
show_message "prefix configured..."
|
||||
|
|
Loading…
Reference in New Issue