user.reg notfound fixed by 10s sleep
This commit is contained in:
parent
d61e7073f1
commit
ad157c73aa
|
@ -32,6 +32,8 @@ function main() {
|
||||||
error "prefix config failed :("
|
error "prefix config failed :("
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sleep 10
|
||||||
|
|
||||||
if [ -f "$WINE_PREFIX/user.reg" ];then
|
if [ -f "$WINE_PREFIX/user.reg" ];then
|
||||||
#add dark mod
|
#add dark mod
|
||||||
set_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
|
#create resources directory we extract downloaded file into this and will be deleted after installation more like /tmp
|
||||||
rmdir_if_exist $RESOURCES_PATH
|
rmdir_if_exist $RESOURCES_PATH
|
||||||
|
|
||||||
#install photoshop
|
#install illustrator
|
||||||
sleep 3
|
sleep 3
|
||||||
install_illustratorCC
|
install_illustratorCC
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
Loading…
Reference in New Issue