From 5a248859ecfebe39905e12df0daa7c360c3d722b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=E7=82=B3?= <15163222+cbing2002@user.noreply.gitee.com>
Date: Sun, 16 Feb 2025 19:38:53 +0800
Subject: [PATCH] fix: ssinstall hash check failed in container

---
 tool/apt-fast-conf/aptss-apt.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tool/apt-fast-conf/aptss-apt.conf b/tool/apt-fast-conf/aptss-apt.conf
index c7e4d07..a6e0d63 100644
--- a/tool/apt-fast-conf/aptss-apt.conf
+++ b/tool/apt-fast-conf/aptss-apt.conf
@@ -7,6 +7,8 @@ Dir::State::lists "/var/lib/aptss/lists/";
 APT::Get::Fix-Broken true;
 APT::Get::List-Cleanup="0";
 
+Acquire::GzipIndexes "false";
+
 #clear APT::Update::Post-Invoke-Success;
 
 #clear DPkg::Post-Invoke;