From ad157c73aa6f6bd37ffc4f7c83a2eb3e1b605b38 Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 9 Jul 2021 19:34:41 +0430 Subject: [PATCH] user.reg notfound fixed by 10s sleep --- scripts/illustratorSetup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/illustratorSetup.sh b/scripts/illustratorSetup.sh index c249495..3785a33 100755 --- a/scripts/illustratorSetup.sh +++ b/scripts/illustratorSetup.sh @@ -32,6 +32,8 @@ function main() { error "prefix config failed :(" fi + sleep 10 + if [ -f "$WINE_PREFIX/user.reg" ];then #add dark mod set_dark_mod @@ -42,7 +44,7 @@ function main() { #create resources directory we extract downloaded file into this and will be deleted after installation more like /tmp rmdir_if_exist $RESOURCES_PATH - #install photoshop + #install illustrator sleep 3 install_illustratorCC sleep 5