update: 更新文件 install.py

Signed-off-by: gcw_5Q40SBlf <guokuan1@h-partners.com>
This commit is contained in:
gcw_5Q40SBlf
2026-04-22 11:45:45 +08:00
parent a88fe1931b
commit d32a1d7bfb
+4 -2
View File
@@ -52,7 +52,8 @@ def move_file(src_path, dst_path):
"CVE-2026-25646.patch",
"CVE-2026-3713.patch",
"CVE-2026-33416.patch",
"CVE-2026-33636.patch"
"CVE-2026-33636.patch",
"CVE-2026-34757.patch"
]
for file in files:
src_file = os.path.join(src_path, file)
@@ -92,7 +93,8 @@ def do_patch(target_dir):
"CVE-2026-25646.patch",
"CVE-2026-3713.patch",
"CVE-2026-33416.patch",
"CVE-2026-33636.patch"
"CVE-2026-33636.patch",
"CVE-2026-34757.patch"
]
for patch in patch_file: