V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-06 18:17:35 +02:00
parent df1c3debdc
commit a154799312
3 changed files with 23 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ check_pkgs() {
### Installing unique list of packages.
# shellcheck disable=SC2312
apt-get update 2>&1 | tee -a "${DIR_LOG}/0030_check_pkgs.log"
apt-get -o Acquire::PDiffs=false update 2>&1 | tee -a "${DIR_LOG}/0030_check_pkgs.log"
if ((${#ary_missing_pkgs[@]})); then
# shellcheck disable=SC2312