1. Added "disable-static-deltas" option set to true in OSTree pull
operations
2. This change prevents the use of static deltas which can cause issues
with certain repository configurations
3. The modification was made in both pull operation variants for
consistency
4. Static deltas can sometimes lead to corrupted downloads or
inefficient storage usage
fix: 在OSTree拉取操作中禁用静态增量
1. 在OSTree拉取操作中添加了"disable-static-deltas"选项并设为true
2. 此变更防止使用静态增量,某些仓库配置下会导致问题
3. 修改在两个拉取操作变体中保持一致
4. 静态增量有时会导致下载损坏或存储使用效率低下