user.reg notfound fixed by 10s sleep

This commit is contained in:
victor 2021-07-09 19:34:41 +04:30
parent d61e7073f1
commit ad157c73aa
1 changed files with 3 additions and 1 deletions

View File

@ -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