messages changed

This commit is contained in:
victor 2020-06-27 17:06:22 +04:30
parent f05f600b34
commit ec334e08ca
2 changed files with 2 additions and 4 deletions

View File

@ -33,8 +33,7 @@ function main(){
export_var
#config wine prefix and install mono and gecko automatic
echo -e "\033[1;93mplease allow mono and gecko packages to be installed automatically\e[0m"
echo -e "\033[1;93mif they're not already installed then click on OK button\e[0m"
echo -e "\033[1;93mplease install mono and gecko packages then click on ok button\e[0m"
winecfg 2> "$SCR_PATH/wine-error.log"
if [ $? -eq 0 ];then
show_message "prefix configured..."

View File

@ -33,8 +33,7 @@ function main(){
export_var
#config wine prefix and install mono and gecko automatic
echo -e "\033[1;93mplease allow mono and gecko packages to be installed automatically\e[0m"
echo -e "\033[1;93mif they're not already installed then click on OK button\e[0m"
echo -e "\033[1;93mplease install mono and gecko packages then click on ok button\e[0m"
winecfg 2> "$SCR_PATH/wine-error.log"
if [ $? -eq 0 ];then
show_message "prefix configured..."