From 032c03fbb1ad39acd467f6383d91f5d678c4dbfa Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Thu, 15 Jan 2026 18:53:10 +0300 Subject: [PATCH] ved-control: updated url and file name --- autoinstall/ved-control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autoinstall/ved-control b/autoinstall/ved-control index 3d39748..c8b65df 100644 --- a/autoinstall/ved-control +++ b/autoinstall/ved-control @@ -16,11 +16,11 @@ prepair_wine # фикс постоянного запроса обновления Windows get_and_set_reg_file --add 'Software\CTM\CTMSETUP' 'SkipKBCheck' 'REG_DWORD' "1" "userdef" -AUTOINSTALL_EXE="${WH_TMP_DIR}/setup_cl.exe" -AUTOINSTALL_UNPACK="${WH_TMP_DIR}/setup_cl" -AUTOINSTALL_SETUP="${WH_TMP_DIR}/setup_cl/setup.exe" +AUTOINSTALL_EXE="${WH_TMP_DIR}/setup_ct.exe" +AUTOINSTALL_UNPACK="${WH_TMP_DIR}/setup_ct" +AUTOINSTALL_SETUP="${WH_TMP_DIR}/setup_ct/setup.exe" -if try_download "https://ftp.ctm.ru/CONTROL/SFX/setup_cl.exe" "${AUTOINSTALL_EXE}" ; then +if try_download "https://ftp.ctm.ru/CONTROL/SFX/setup_ct.exe" "${AUTOINSTALL_EXE}" ; then unpack "${AUTOINSTALL_EXE}" "${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE"