fixed long wait after installing

This commit is contained in:
Mikhail Tergoev
2025-10-15 13:17:06 +03:00
parent e04811446c
commit cedebe73c1

View File

@@ -62,6 +62,8 @@ fi
if try_download "https://scadhelp.ru/files/10/download" "${AUTOINSTALL_EXE}" ; then
create_new_dir "$DRIVE_C/SDATA"
create_new_dir "$DRIVE_C/SWORK"
export WINE_WIN_START=""
var_winedlloverride_update "hasplms.exe,hasplmv.exe=d"
wine_run_install "$AUTOINSTALL_EXE"
try_remove_file "$AUTOINSTALL_EXE"