From a667789c356ee34045c0f6c057e2db70be51bef4 Mon Sep 17 00:00:00 2001 From: Jasper Miller-Waugh Date: Tue, 16 Mar 2021 17:11:52 +1300 Subject: [PATCH] Added warning text to not change windows version --- scripts/PhotoshopSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/PhotoshopSetup.sh b/scripts/PhotoshopSetup.sh index 67db6a6..c24bc07 100755 --- a/scripts/PhotoshopSetup.sh +++ b/scripts/PhotoshopSetup.sh @@ -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..."